SCALE(X,I)
returns X * RADIX(X)**I
.
Fortran 90 and later
Elemental function
RESULT = SCALE(X, I)
X | The type of the argument shall be a REAL . |
I | The type of the argument shall be a INTEGER . |
The return value is of the same type and kind as X. Its value is X * RADIX(X)**I
.
© Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
https://gcc.gnu.org/onlinedocs/gcc-10.2.0/gfortran/SCALE.html