FloatingPointConvertionΒΆ
flopak.spad line 333 [edit on github]
undocumented
convert_mr: (Record(mantissa: Integer, exponent: Integer), Integer, Record(default?: Boolean, trim_trailing_zeros?: Boolean, out_mode: String, spacing: Integer, separator: Character)) -> String
convert_to_decimal: (Record(mantissa: Integer, exponent: Integer), Integer) -> Record(mantissa: Integer, exponent: Integer)
fixed_mr: (Record(mantissa: Integer, exponent: Integer), Integer, Record(default?: Boolean, trim_trailing_zeros?: Boolean, out_mode: String, spacing: Integer, separator: Character)) -> String
floating_mr: (Record(mantissa: Integer, exponent: Integer), Integer, Record(default?: Boolean, trim_trailing_zeros?: Boolean, out_mode: String, spacing: Integer, separator: Character)) -> String
general_mr: (Record(mantissa: Integer, exponent: Integer), Integer, Record(default?: Boolean, trim_trailing_zeros?: Boolean, out_mode: String, spacing: Integer, separator: Character)) -> String