grid_tools  1.6.0
 All Data Structures Files Functions Variables
pfun::gd Interface Reference

Private Member Functions

real(dp) function gd_d (x)
 Gudermannian function (related to Mercator map projections) More...
 
real(sp) function gd_s (x)
 Gudermannian function (related to Mercator map projections) More...
 

Detailed Description

Definition at line 19 of file pfun.f90.

Member Function/Subroutine Documentation

real(dp) function pfun::gd::gd_d ( real(dp), intent(in)  x)
private

Gudermannian function (related to Mercator map projections)

Parameters
[in]xdouble precision real argument of function
Returns
y Gudermannian function of x
Author
R. J. Purser

Definition at line 53 of file pfun.f90.

real(sp) function pfun::gd::gd_s ( real(sp), intent(in)  x)
private

Gudermannian function (related to Mercator map projections)

Parameters
[in]xsingle precision real argument of function
Returns
y Gudermannian function of x
Author
R. J. Purser

Definition at line 40 of file pfun.f90.


The documentation for this interface was generated from the following file: