History of 2016-10-17 Compare floats in Swift

2016-10-17
07:26 UTC Revision 3 . . . . 1423To compare floats to zero, or each other, use the following functions: func fequal(_ a: Double, _ b: Double) -> Bool { return . . .