grid_tools  1.3.0
 All Data Structures Files Functions Variables
pfun::sechs Interface Reference

Private Member Functions

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...
 

Detailed Description

Definition at line 27 of file pfun.f90.

Member Function/Subroutine Documentation

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

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.

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

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: