float_one

Return the number 1 represented in an XFL enclosing number

Concepts

Behaviour

  • Return one(1) as an XFL int64_t

Definition

C

int64_t float_one ();

Example

C

int64_t still_one =
    float_one();

Parameters

This function has no parameters.

Return Code

Type
Description

int64_t

The XFL (xls17) enclosing number

Last updated