| 
| 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...
  | 
|   | 
Definition at line 25 of file pfun.f90.
 
◆ atanh_d()
  
  
      
        
          | real(dp) function pfun::atanh::atanh_d  | 
          ( | 
          real(dp), intent(in)  | 
          t | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Hyperbolic arc-tangent for double precision real. 
- Parameters
 - 
  
    | [in] | t | double 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] | t | single 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:
- /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/UFS_UTILS/sorc/grid_tools.fd/regional_esg_grid.fd/pfun.f90