|
real(dp) function | sechs_d (x) |
| Hyperbolic secant-squared function (logistic distribution). More...
|
|
real(sp) function | sechs_s (x) |
| Hyperbolic secant-squared function (logistic distribution). More...
|
|
Definition at line 27 of file pfun.f90.
real(dp) function pfun::sechs::sechs_d |
( |
real(dp), intent(in) |
x | ) |
|
|
private |
Hyperbolic secant-squared function (logistic distribution).
- Parameters
-
[in] | x | double precision real argument |
- Returns
- r sech-squared of x
- Author
- R. J. Purser
Definition at line 278 of file pfun.f90.
real(sp) function pfun::sechs::sechs_s |
( |
real(sp), intent(in) |
x | ) |
|
|
private |
Hyperbolic secant-squared function (logistic distribution).
- Parameters
-
[in] | x | single precision real argument |
- Returns
- r sech-squared of x
- Author
- R. J. Purser
Definition at line 266 of file pfun.f90.
The documentation for this interface was generated from the following file:
- /gpfs/dell2/emc/modeling/noscrub/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pfun.f90