Mantissa & Exponent function

From LabVIEW Wiki
Jump to: navigation, search
Object information
Owning palette(s) Data Manipulation palette
Type Function
Requires Basic Development Environment
Icon Data Manipulation Palette - Mantissa & Exponent.png

The Mantissa & Exponent function returns the mantissa and exponent of the input numeric value such that number = mantissa * 2^exponent.

If the 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 the exponent is an integer. The connector pane displays the default data types for this polymorphic function.

Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links