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 least P digits, exponent range of at least R, and with a radix of RADIX.
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.