| 
    IGMBaseLib 1.0 
   | 
 
This module provides some subroutines for performing basic numeric operations. More...
Functions/Subroutines | |
| real(DP), public | toRadians (angdeg) | 
| Converts an angle measured in degrees to an angle measured in radisns.   | |
| real(DP), public | toDegrees (angrad) | 
| Converts an angle measured in radians to an angle measured in degrees.   | |
Variables | |
| real(DP), parameter, public | PI = 3.1415926535897932d0 | 
| Ratio of circle's circumference to its diameter.   | |
This module provides some subroutines for performing basic numeric operations.
 Copyright (C) GFD Dennou Club, 2011-2012. All rights reserved. 
 license ?? 
 
| real(DP),public igmcore_math::toDegrees | ( | real(DP),intent(in) | angrad | ) | 
Converts an angle measured in radians to an angle measured in degrees.
| [in] | angrad | An angle, in radians. | 
Definition at line 81 of file igmcore_math.f90.
| real(DP),public igmcore_math::toRadians | ( | real(DP),intent(in) | angdeg | ) | 
Converts an angle measured in degrees to an angle measured in radisns.
| [in] | angdeg | An angle, in degrees. | 
Definition at line 56 of file igmcore_math.f90.
| real(DP),parameter,public igmcore_math::PI = 3.1415926535897932d0 | 
Ratio of circle's circumference to its diameter.
Definition at line 33 of file igmcore_math.f90.
 1.7.3