Returns the maximum exponent in the model representing numbers of the same type and kind type parameter as the argument.
Inquiry function
Default integer scalar.
The result is the following:
type MAXEXPONENT ---------- ----------- real(4) 128 real(8) 1024 real(16) 1024
MAXEXPONENT(X) = 128 for X of type real(4).
See Real data model.