Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T18:03:26.000Z (over 5 years ago)
- Last Synced: 2024-10-31T13:50:16.558Z (15 days ago)
- Topics: approximation, floating-point, mathematical-functions, numerical-analysis
- Language: Rust
- Homepage: http://huonw.github.io/fast-math
- Size: 559 KB
- Stars: 34
- Watchers: 3
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `fast-math`
[![Build Status](https://travis-ci.org/huonw/fast-math.png)](https://travis-ci.org/huonw/fast-math) [![codecov](https://codecov.io/gh/huonw/fast-math/branch/master/graph/badge.svg)](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).