SELECTED_REAL_KIND
9.231 SELECTED_REAL_KIND
— Choose real kind
- Description:
-
SELECTED_REAL_KIND(P,R)
returns the kind value of a real data type with decimal precision of at leastP
digits, exponent range of at leastR
, and with a radix ofRADIX
. - Standard:
- Fortran 95 and later, with
RADIX
Fortran 2008 or later - Class:
- Transformational function
- Syntax:
-
RESULT = SELECTED_REAL_KIND([P, R, RADIX])
- Arguments:
-
P (Optional) shall be a scalar and of type INTEGER
.R (Optional) shall be a scalar and of type INTEGER
.登录查看完整内容