floorf v0.1.0

Source
Computes largest integer not greater than the given value.

Package: C

C reference: floorf

Signature

func floorf(x: float32) -> float32;

See also

  • C — the package overview