next up previous contents
Next: The Riemann Zeta Function Up: Mathematical Functions Previous: Matrix Transposition

The Truncate Function

Calling Sequence:
trunc(
x)
Parameters:
x : real

Returns: integer

Synopsis: Returns the integer portion of the argument x.

Examples:

> trunc(9.9999999);

See also: floor, round, mod




Gaston Gonnet
1998-09-15