Mantissa & Exponent Function

Owning Palette: Data Manipulation Functions

Requires: Base Development System

Returns the mantissa and exponent of the input numeric value such that number = mantissa * 2^exponent.

If number is 0, both mantissa and exponent are 0. Otherwise, the absolute value of mantissa is greater than or equal to 1 and less than 2, and the value of exponent is an integer. The connector pane displays the default data types for this polymorphic function.

 Add to the block diagram  Find on the palette
number can be any decimal representation.
mantissa has the same decimal representation as number.
exponent has the same decimal representation as number.