We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for your project. I was looking for Bessel functions. Here is a minor comment on formatting.
In the code https://github.com/perazz/fortran-bessels/blob/main/src/bessels.f90
there are lines
if (ax<=PIO2) then elseif (ax <= 26.0_BK) then elseif (ax<huge(ax)) then
For readability it is good to have spacing around a comparison operator as in the 2nd line. I wonder if auto-formatting tools like fprettify do this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for your project. I was looking for Bessel functions. Here is a minor comment on
formatting.
In the code https://github.com/perazz/fortran-bessels/blob/main/src/bessels.f90
there are lines
For readability it is good to have spacing around a comparison operator as in the 2nd line. I wonder if auto-formatting tools like fprettify do this.
The text was updated successfully, but these errors were encountered: