Float (primitive type)

An platform independent 64-bit float point type.

Meta table

Float type's meta table is stored in variable named Float.

Examples

println$( Float::INF )
println$( Float::abs$(-10.0) )