| 
 | 
Normalize the value to IEEE 754 specifications, to the given number of significant digits.
 
Syntax
| miva_ieee754_normalize( significant_digits, value ) Return value: The normalized value to the specified significant digits 
significant_digits = Number of digits to normalize the value to.
value = Floating point value to normalize. |  
User Annotations: 
miva_ieee754_normalize
 
 
 |