You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Fortran program
program underflow
REAL CONS
CONS=(1e-10)**2
END
results in warning "underflow on power with INTEGER exponent"
flang version 18.1.8 in msys2 clang64 shell
The text was updated successfully, but these errors were encountered:
the Fortran program
program underflow
REAL CONS
CONS=(1e-10)**2
END
results in warning "underflow on power with INTEGER exponent"
flang version 18.1.8 in msys2 clang64 shell
The text was updated successfully, but these errors were encountered: