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 ?? App & System Services General Foundation Swift 4 0 554 Dec ’23