mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
jinc.hpp File Reference

Declares and defines the Jinc and Jinc2 functions. More...

Declares and defines the Jinc and Jinc2 functions.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

Definition in file jinc.hpp.

Go to the source code of this file.

Namespaces

 mx
 The mxlib c++ namespace.
 

Functions

template<typename 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...