frexp
frexp(val)
Return (x,exp)
such that x
has a magnitude in the interval $[1/2, 1)$ or 0,
and val = $x \times 2^{exp}$.
Examples
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.