11th June 2019 at 3:14pm
| purpose | convert each number to a string with N significant digits |
|---|---|
| input | a selection of titles |
| parameter | N=a number |
| output | the input as numbers with N significant digits |
Learn more about how to use Filters
Introduced in v5.1.20 See Mathematics Operators for an overview.
The precision operator returns a string representation of the input number that has exactly the specified number of significant digits, using whichever is shorter of exponential or fixed notation.