Float
Allow storing 64-bit floating point numbers.
obj Float {
}
Float.str()
Returns a string representation.
fn Float.str () str
F32
Allow storing 32-bit scientific floating point numbers.
obj F32 {
}
F32.str()
Returns a string representation.
fn F32.str () str
F64
Allow storing 64-bit scientific floating point numbers.
obj F64 {
}
F64.str()
Returns a string representation.
fn F64.str () str