grid_tools  1.13.0
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

◆ ahavh_d()

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 185 of file pfun.f90.

◆ ahavh_s()

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 172 of file pfun.f90.


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