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
y<0.8 should be changed as y<0.8_dp
y<0.8_dp
and
a=0.01
should be changed as a=0.01_dp
a=0.01_dp
and the result(using "Windows,GCC 11.2.0 " from 'equation.com',flag -Ofast)
Fortran: 0.45312500000000000 46337 C : iters 46213 Execution time: 0.473000
The text was updated successfully, but these errors were encountered:
Indeed. Do you want to submit a PR with these changes?
Sorry, something went wrong.
No branches or pull requests
y<0.8
should be changed as
y<0.8_dp
and
a=0.01
should be changed as
a=0.01_dp
and the result(using "Windows,GCC 11.2.0 " from 'equation.com',flag -Ofast)
The text was updated successfully, but these errors were encountered: