nextafter v0.1.0

Source
Determines next representable floating-point value toward the given value.

Package: C

C reference: nextafter

Signature

func nextafter(from: float64, to: float64) -> float64;

See also

  • C — the package overview