fast-math 0.1.1

Fast, approximate versions of mathematical functions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# `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).