9.95
import Foundation let a = Decimal(string: "9.95")! * Decimal(string: "100")! print(Decimal(string: "995")! == a)