ceil v0.1.0

Source
Computes smallest integer not less than the given value.

Package: C

C reference: ceil

Signature

func ceil(x: float64) -> float64;

See also

  • C — the package overview