fdim v0.1.0

Source
Computes positive difference of two floating-point values.

Package: C

C reference: fdim

Signature

func fdim(x: float64, y: float64) -> float64;

See also

  • C — the package overview