trunc v0.1.0

Source
Rounds to nearest integer not greater in magnitude than the given value.

Package: C

C reference: trunc

Signature

func trunc(x: float64) -> float64;

See also

  • C — the package overview