nearbyint v0.1.0

Source
Rounds to nearest integer using current rounding mode without raising the inexact exception.

Package: C

C reference: nearbyint

Signature

func nearbyint(x: float64) -> float64;

See also

  • C — the package overview