|
inlineconstexpr |
Computes the airy functions values \( Ai(x)\) and \( Bi(x)\).
This function is designed to be faster than two separate calls to eve::airy_ai and eve::airy_bi.
Defined in header
Parameters
Return value
The tuple {eve::airy_ai (x), eve::airy_bi (x)}
is returned.