Return the number 1 represented in an XFL enclosing number
Last updated 1 month ago
Was this helpful?
Return one(1) as an XFL int64_t
1
Retrieves the float representation of a number.
int64_t float_one();
function float_one(): ErrorCode | bigint
int64_t one = float_one();
const one = float_one()
This function has no parameters.
int64_t
The XFL (xls17) enclosing number
ErrorCode | bigint