mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Declares and defines the Jinc and Jinc2 functions. More...
Declares and defines the Jinc and Jinc2 functions.
Definition in file jinc.hpp.
Go to the source code of this file.
Namespaces | |
mx | |
The mxlib c++ namespace. | |
Functions | |
template<typename T > | |
T | mx::math::func::jinc (const T &x) |
The Jinc function. More... | |
template<typename T1 , typename T2 > | |
T2 | mx::math::func::jincN (const T1 &v, const T2 &x) |
The JincN function. More... | |