source:
LMDZ6/trunk/libf/phylmd/cospv2/cosp_math_constants.f90
@
5268
Last change on this file since 5268 was 5268, checked in by , 8 days ago | |
---|---|
File size: 147 bytes |
Line | |
---|---|
1 | MODULE cosp_math_constants |
2 | USE cosp_kinds, only: wp |
3 | IMPLICIT NONE |
4 | REAL(wp), PARAMETER :: pi = acos(-1.0_wp) |
5 | |
6 | END MODULE cosp_math_constants |
Note: See TracBrowser
for help on using the repository browser.