https://github.com/huonw/fast-math
Fast, approximate versions of mathematical functions
https://github.com/huonw/fast-math
approximation floating-point mathematical-functions numerical-analysis
Last synced: 12 months ago
JSON representation
Fast, approximate versions of mathematical functions
- Host: GitHub
- URL: https://github.com/huonw/fast-math
- Owner: huonw
- License: apache-2.0
- Created: 2015-05-10T12:58:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T18:03:26.000Z (about 7 years ago)
- Last Synced: 2025-03-26T09:51:12.514Z (about 1 year ago)
- Topics: approximation, floating-point, mathematical-functions, numerical-analysis
- Language: Rust
- Homepage: http://huonw.github.io/fast-math
- Size: 559 KB
- Stars: 35
- Watchers: 2
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `fast-math`
[](https://travis-ci.org/huonw/fast-math) [](https://codecov.io/gh/huonw/fast-math)
Fast, approximate versions of mathematical functions. Includes:
- Logarithms: `log2`,
- Exponentials: `exp`, `exp2`,
- Trigonometric functions: `atan`, `atan2`.
[Documentation](https://docs.rs/fast-math),
[crates.io](https://crates.io/crates/fast-math).