Airy()
exits early when inputs specify derivatives of Airy functions of the first or second kind
#10
Labels
bug
Something isn't working
LFMF/src/Airy.cpp
Line 476 in 895aca5
This seems to be a simple mistake in the C/C++ implementation, which causes the program to exit (return 0) if the$Ai'$ and $Bi'$ ).
kind
isAIRYD
orBAIRYD
(derivatives of Airy functions of the first and second kind,The program otherwise seems to support these two kinds of calculations.
This bug does not impact the LF/MF model since the
AIRYD
andBAIRYD
kinds of Airy functions are not used. However, this bug restricts the reusability of theAiry()
function.The text was updated successfully, but these errors were encountered: