Real1 | → | Real2 |
Symbol1 | → | Expression2 |
Expression1 | → | Expression2 |
This function returns the mantissa of the input real value. Assuming that the real value is expressed in scientific notation (the actual format being used on the calculator is irrelevant but for the purposes of explanation, assume the value is in scientific notation) like so:
x.xxxxEyy
Then, the value returned will be x.xxxx, removing the exponent.