Skip to content
Approximate and vectorized versions of common mathematical functions
Mathematica C++ C Other
Branch: master
Clone or download
Latest commit ccc5344 May 20, 2017
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
fastapprox Fixed v4sf_fabs for MSVC Mar 1, 2017
README.md

README.md

fastapprox

Approximate and vectorized versions of common mathematical functions

The easiest way to include this in your projects is via the one big standalone header file which works with both C and C++.

Current functions:

  • exponential, logarithm, and power
  • lgamma and digamma
  • cosh, sinh, tanh
  • cos, sin, tan
  • sigmoid and erf
  • Lambert W

There's a Mathematica notebook which helps explain the techniques.

You can’t perform that action at this time.