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

trunc Operator

2019년 6월 13일 오전 8:48
purposetruncates a list of numbers to their integer part, removing any fractional part
inputa selection of titles
outputtruncates each of the input numbers to their integer part, removing any fractional part

Learn more about how to use Filters

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

Tip
The trunc operator rounds towards zero. To round away from zero, use untrunc.

Examples