Rounding, Significant Digits, Scientific Notation
Operation | Usage | Notes |
|---|---|---|
Round to specified decimal places | | Returns |
Round up (next greater integer) | | Returns the first integer greater than |
Round down (next lesser integer) | | Returns the first integer less than |
Return integer only | | Returns only the integer component of |
Get significant digits | | Returns the number of significant digits in |
Display significant digits | | Returns |
Get decimal places | | Returns a power of 10 that represents the smallest significant decimal place in |
Display scientific notation | | Returns |
Display e notation | | Returns |
Display of Numerical Values
The listed functions are mostly used in Question or Solution to format values for display.
Operation | Usage | Notes |
|---|---|---|
Reduced fraction | | Returns the fraction |
Rounded integer | | Returns |
Add commas | | Returns |
Add spaces | | Returns |
Display as words | | Returns the integer part of |
Display as words (ordinal) | | Returns the integer part of |