Mantissa & Exponent function
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |
Object information | |
---|---|
Owning palette(s) | Data Manipulation palette |
Type | Function |
Requires | Basic Development Environment |
Icon |
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.
Contents |
Usage
Specific use cases for this function. |
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |
See Also
Add links to internal resources that would also help. |
External Links
Add links to external resources that would also help. |