log2 v0.1.0

Source
Computes base 2 logarithm.

Package: C

C reference: log2

Signature

func log2(x: float64) -> float64;

See also

  • C — the package overview