The class of floating-point numbers
Numeric
self + other
self - other
self * other
self / other
self % other
self ** other
Arithmetic operations.
self == other
self < other
self <= other
self > other
self >= other
Floating-point comparison.