math.frexp
From GMod Wiki
Function | |
Syntax |
math.frexp( Number value ) Where is this used? |
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 |
Part of Library: | Math |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Math.frexp]Math.frexp [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Additional Notes
- N/A