Eyeon:Script/Reference/Libraries/math/frexp

From VFXPedia

Jump to: navigation, search

math.frexp(n, exponent) The floating-point number n is broken up into a mantissa and exponent. The returned value is the mantissa and the integer pointed to by exponent is the exponent. The resultant value is n=mantissa * 2 ^ exponent.


Tips for frexp (edit)

EyeonTips:Script/Reference/Libraries/math/frexp