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

fixed Operator

2019년 6월 11일 오후 3:09
purposeconvert each number to fixed point notation with N digits after the decimal point
inputa selection of titles
parameterN=a number
outputthe input as numbers converted to fixed point notation with N digits after the decimal point

Learn more about how to use Filters

Introduced in v5.1.20 See Mathematics Operators for an overview.

The fixed operator returns a string representation of the input number that does not use exponential notation and has exactly the specified number of digits after the decimal place. The number is rounded if necessary, and the fractional part is padded with zeros if necessary so that it has the specified length.

Examples