print(String(format: "%.2f", 1.255)) => 1.25 print(String(format: "%.2f", 1.255)) => 1.25 print(String(format: "%.2f", 1.256)) => 1.26 It's not rounded ?? Or am I missing something ?? Topic: App & System Services SubTopic: General Tags: Foundation Swift 4 0 768 Dec ’23