nn::math::FModf Function| Name | Description | |
|---|---|---|
| in | x | Original floating-point number. |
| out | y | Pointer to the buffer that stores the integer part. |
Breaks up a floating-point value into an integer part and a fractional part. The integer and fractional parts both have the same sign as x.
This function uses the standard modff function.
CONFIDENTIAL