Eyeon:Script/Reference/Libraries/math/frexp
From VFXPedia
< Eyeon:Script | Reference | Libraries | math
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.