ResultVariable
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
Math.Frexp
OverviewExamples
table Math.Frexp ( number Num )
De s cr ip t ion
Returns a table containing the mantissa (m) and exponent (n) of a number (x) in the equation x = m * 2^n.
P arame t er s
Num
(number) The number whose mantissa and exponent you want.
Re t u r n s
(table) A table containing the mantissa and exponent, indexed by "Mantissa" and "Exponent." The absolute value of the mantissa will be greater than or equal to 0.5 and less than 1.0.