Automate

Automate

Make your phone or tablet smarter with automation

Get it on Google Play

trunc

numeric trunc(numeric)

Returns the integral part of numeric by removing any fractional digits, i.e. n - (n % 1).

Parameters

  1. numeric — value.

Returns

  • the integral part of the argument, as bigint if argument is, otherwise number.
Note! This documentation is also accessible within the app from Help & feedback menu.