prev - up - next - index

Float

The class of floating-point numbers

SuperClass:

Numeric

Methods:

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.


prev - up - next - index

matz@caelum.co.jp