fast-math

Crates.iofast-math
lib.rsfast-math
version0.1.1
sourcesrc
created_at2015-05-10 13:20:20.029051
updated_at2019-01-13 13:19:59.646837
descriptionFast, approximate versions of mathematical functions.
homepagehttps://github.com/huonw/fast-math
repositoryhttps://github.com/huonw/fast-math
max_upload_size
id2073
size41,721
Owners (github:contain-rs:owners)

documentation

https://docs.rs/fast-math

README

fast-math

Build Status codecov

Fast, approximate versions of mathematical functions. Includes:

  • Logarithms: log2,
  • Exponentials: exp, exp2,
  • Trigonometric functions: atan, atan2.

Documentation, crates.io.

Commit count: 26

cargo fmt