Ft.Lib.number

Functions

finite(...)
isinf(...)
isnan(...)

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/number.so'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Lib.number'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
inf = inf
float(x) -> floating point number

Convert a string or number to a floating point number, if possible.
nan = nan
float(x) -> floating point number

Convert a string or number to a floating point number, if possible.