Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).