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

Private Member Functions

real(dp) function ahavh_d (a)
 Hyperbolic arc-haversine for double precision real. More...
 
real(sp) function ahavh_s (a)
 Hyperbolic arc-haversine for single precision real. More...
 

Detailed Description

Definition at line 24 of file pfun.f90.

Member Function/Subroutine Documentation

real(dp) function pfun::ahavh::ahavh_d ( real(dp), intent(in)  a)
private

Hyperbolic arc-haversine for double precision real.

Parameters
[in]adouble precision real argument
Returns
t hyperbolic arc-haversine of a
Author
R. J. Purser

Definition at line 184 of file pfun.f90.

real(sp) function pfun::ahavh::ahavh_s ( real(sp), intent(in)  a)
private

Hyperbolic arc-haversine for single precision real.

Note
The minus sign in the hyperbolic arc-haversine definition.
Parameters
[in]asingle precision real argument
Returns
t hyperbolic arc-haversine of a
Author
R. J. Purser

Definition at line 171 of file pfun.f90.


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