|
| real(dp) function | atanh_d (t) |
| | Hyperbolic arc-tangent for double precision real.
|
| |
| real(sp) function | atanh_s (t) |
| | Hyperbolic arc-tangent for single precision real.
|
| |
Definition at line 25 of file pfun.f90.
◆ atanh_d()
| real(dp) function pfun::atanh::atanh_d |
( |
real(dp), intent(in) | t | ) |
|
◆ atanh_s()
| real(sp) function pfun::atanh::atanh_s |
( |
real(sp), intent(in) | t | ) |
|
Hyperbolic arc-tangent for single precision real.
(compilers now have this)
- Parameters
-
| [in] | t | single 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:
- /scratch4/NCEPDEV/nems/Brian.Curtis/git/BrianCurtis-NOAA/UFS_UTILS/v1_14_0/sorc/grid_tools.fd/regional_esg_grid.fd/pfun.f90