lround v0.1.0

Source
Rounds to nearest integer, rounding away from zero in halfway cases.

Package: C

C reference: lround

Signature

func lround(x: float64) -> int64;

See also

  • C — the package overview