grid_tools  1.12.0
 All Data Structures Files Functions Variables Pages
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

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

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


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