Skip to content

float_mantissa

Floating Point Numbers (XFL)
  • Return the mantissa part of an XFL as an unsigned integer
int64_t float_mantissa (
int64_t float1
);
int64_t mantissa =
float_mantissa(float_one());
NameTypeDescription
f1bigintThe float to retrieve the mantissa from.
TypeDescription
int64_t

The mantissa of the XFL

If negative, an error:
INVALID_FLOAT
- the supplied parameter was not a valid XFL enclosing number