This module provides implementation for the Bessel functions and related operations.
Required header:
Variables | |
constexpr auto | eve::airy = functor<airy_t> |
elementwise_callable object computing simutaneously the airy functions values \( Ai(x)\) and \( Bi(x)\). | |
constexpr auto | eve::airy_ai = functor<airy_ai_t> |
elementwise_callable object computing the airy function \( Ai(x)\). | |
constexpr auto | eve::airy_bi = functor<airy_bi_t> |
elementwise_callable object computing the airy function \( Bi(x)\). | |