HUGE — Largest number of a kindHUGE(X) returns the largest number that is not an infinity in the model of the type of X. RESULT = HUGE(X) | X | Shall be of type REAL or INTEGER. |
program test_huge_tiny print *, huge(0), huge(0.0), huge(0.0d0) print *, tiny(0.0), tiny(0.0d0) end program test_huge_tiny
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-4.9.3/gfortran/HUGE.html