Skip to content

Approximate and vectorized versions of common mathematical functions

Notifications You must be signed in to change notification settings

pmineiro/fastapprox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 

Repository files navigation

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.

About

Approximate and vectorized versions of common mathematical functions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Mathematica 79.4%
  • C++ 10.7%
  • C 9.1%
  • Other 0.8%