Math.frexp
From Data Realms Wiki
Function | |
---|---|
Syntax | math.frexp( number Number ) |
Description: | |
The math.frexp() function is used to split the number value into a normalized fraction and an exponent. Two values are returned: the first is a fractional value always in the range 0.5 (inclusive) to 1 (exclusive) and the second is an exponent. | |
Returns | number Fractional, number Exponent |
Example | |
---|---|
Description | Placeholder! |
Code |
|
Output | Placeholder! |