grid_tools 1.14.0
Loading...
Searching...
No Matches
pfun::sechs Interface Reference

Public Member Functions

real(dp) function sechs_d (x)
 Hyperbolic secant-squared function (logistic distribution).
 
real(sp) function sechs_s (x)
 Hyperbolic secant-squared function (logistic distribution).
 

Detailed Description

Definition at line 27 of file pfun.f90.

Member Function/Subroutine Documentation

◆ sechs_d()

real(dp) function pfun::sechs::sechs_d ( real(dp), intent(in) x)

Hyperbolic secant-squared function (logistic distribution).

Parameters
[in]xdouble precision real argument
Returns
r sech-squared of x
Author
R. J. Purser

Definition at line 278 of file pfun.f90.

◆ sechs_s()

real(sp) function pfun::sechs::sechs_s ( real(sp), intent(in) x)

Hyperbolic secant-squared function (logistic distribution).

Parameters
[in]xsingle 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: