grid_tools 1.14.0
Loading...
Searching...
No Matches
pfun::ahav Interface Reference

Public Member Functions

real(dp) function ahav_d (a)
 Arc-haversine function for double precision real.
 
real(sp) function ahav_s (a)
 Arc-haversine function for single precision real.
 

Detailed Description

Definition at line 23 of file pfun.f90.

Member Function/Subroutine Documentation

◆ ahav_d()

real(dp) function pfun::ahav::ahav_d ( real(dp), intent(in) a)

Arc-haversine function for double precision real.

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

Definition at line 156 of file pfun.f90.

References pietc::t, and pietc::u2.

◆ ahav_s()

real(sp) function pfun::ahav::ahav_s ( real(sp), intent(in) a)

Arc-haversine function for single precision real.

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

Definition at line 143 of file pfun.f90.


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