fffc_constants Module

常数


Uses


Contents


Variables

Type Visibility Attributes Name Initial
real(kind=fffc_real_kind), public, parameter :: pi = acos(-1.0_fffc_real_kind)

圆周率

real(kind=fffc_real_kind), public, parameter :: g = 9.80665_fffc_real_kind

重力加速度, m/s^2

real(kind=fffc_real_kind), public, parameter :: rad2deg = 180.0_fffc_real_kind/pi

弧度转角度

real(kind=fffc_real_kind), public, parameter :: deg2rad = pi/180.0_fffc_real_kind

角度转弧度

real(kind=fffc_real_kind), public, parameter :: sqrt_eps = sqrt(epsilon(1.0_fffc_real_kind))

根号机器精度