이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

precision Operator

2019년 6월 11일 오후 3:14
purposeconvert each number to a string with N significant digits
inputa selection of titles
parameterN=a number
outputthe 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.

Examples