trunc

Computes the nearest integer value lower in magnitude than the given value.

T
trunc
(
T
)
(
T x
)
if ()

Parameters

x T

The value

Return Value

Type: T

The nearest integer value lower in magnitude than x.

Meta