Trunc It returns the nearest integral value that is not larger in magnitude than a given number. Syntax trunc(Real) Description trunc(Real) Given a real number , returns returns the nearest integral value that is not larger in magnitude than . Related functions Ceil, Floor, Round Table of Contents Syntax Description Related functions