Contact: aviboots(AT)netvision.net.il
40,026 questions
51,982 answers
573 users
import Foundation let val = 98.78737 let str = String(format: "%.2f", val) print(str) /* run: 98.79 */