MSI Factory 2.3

Math.Frexp

Math.Frexp

This is the first topic This is the last topic  

Math.Frexp

This is the first topic This is the last topic  

OverviewExamples

table Math.Frexp (

number Num )

Example 1

FrExp_num = Math.Frexp(16.4);

Calculates the mantissa and exponent of the number 16.4 and stores them in the table called "FrExp_num." In this example the mantissa value will be 0.5125 and the exponent will be 5. These values can be accessed by referencing FrExp_num.Mantissa and FrExp_num.Exponent.

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us