Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Airy() exits early when inputs specify derivatives of Airy functions of the first or second kind #10

Open
aromanielloNTIA opened this issue Jan 14, 2025 · 0 comments · May be fixed by #11
Labels
bug Something isn't working

Comments

@aromanielloNTIA
Copy link
Member

if ((kind != AIRY) &&

This seems to be a simple mistake in the C/C++ implementation, which causes the program to exit (return 0) if the kind is AIRYD or BAIRYD (derivatives of Airy functions of the first and second kind, $Ai'$ and $Bi'$).

The program otherwise seems to support these two kinds of calculations.

This bug does not impact the LF/MF model since the AIRYD and BAIRYD kinds of Airy functions are not used. However, this bug restricts the reusability of the Airy() function.

@aromanielloNTIA aromanielloNTIA added the bug Something isn't working label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant