nearbyintf v0.1.0

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

Package: C

C reference: nearbyintf

Signature

func nearbyintf(x: float32) -> float32;

See also

  • C — the package overview