grid_tools  1.13.0
pfun::atanh Interface Reference

Private Member Functions

real(dp) function atanh_d (t)
 Hyperbolic arc-tangent for double precision real. More...
 
real(sp) function atanh_s (t)
 Hyperbolic arc-tangent for single precision real. More...
 

Detailed Description

Definition at line 25 of file pfun.f90.

Member Function/Subroutine Documentation

◆ atanh_d()

real(dp) function pfun::atanh::atanh_d ( real(dp), intent(in)  t)
private

Hyperbolic arc-tangent for double precision real.

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

Definition at line 216 of file pfun.f90.

◆ atanh_s()

real(sp) function pfun::atanh::atanh_s ( real(sp), intent(in)  t)
private

Hyperbolic arc-tangent for single precision real.

(compilers now have this)

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

Definition at line 198 of file pfun.f90.


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