EXPONENT(X)
returns the value of the exponent part of X. If X is zero the value returned is zero.
Fortran 90 and later
Elemental function
RESULT = EXPONENT(X)
X | The type shall be REAL . |
The return value is of type default INTEGER
.
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-10.2.0/gfortran/EXPONENT.html