cosp_math_constants.f90 Source File


This file depends on

sourcefile~~cosp_math_constants.f90~2~~EfferentGraph sourcefile~cosp_math_constants.f90~2 cosp_math_constants.f90 sourcefile~cosp_kinds.f90 cosp_kinds.f90 sourcefile~cosp_math_constants.f90~2->sourcefile~cosp_kinds.f90

Contents


Source Code

MODULE cosp_math_constants
  USE cosp_kinds, only: wp
  IMPLICIT NONE
  REAL(wp), PARAMETER :: pi =  acos(-1.0_wp)

END MODULE cosp_math_constants