trunc
-
math function
-
The
truncfunction truncates a number and returns the whole number portion, ignoring any fractional portion. -
Examples: +
put trunc(16.8) —> 16 -
Related: frac
note
This page is under construction: it has not been reviewed for completeness.