Neko  0.8.99
A portable framework for high-order spectral element flow simulations
math::abscmp Interface Reference

Private Member Functions

pure logical function sabscmp (x, y)
 Return single precision absolute comparison \( | x - y | < \epsilon \). More...
 
pure logical function dabscmp (x, y)
 Return double precision absolute comparison \( | x - y | < \epsilon \). More...
 
pure logical function qabscmp (x, y)
 Return double precision absolute comparison \( | x - y | < \epsilon \). More...
 

Detailed Description

Definition at line 75 of file math.f90.

Member Function/Subroutine Documentation

◆ dabscmp()

pure logical function math::abscmp::dabscmp ( real(kind=dp), intent(in)  x,
real(kind=dp), intent(in)  y 
)
private

Definition at line 120 of file math.f90.

Here is the call graph for this function:

◆ qabscmp()

pure logical function math::abscmp::qabscmp ( real(kind=qp), intent(in)  x,
real(kind=qp), intent(in)  y 
)
private

Definition at line 130 of file math.f90.

Here is the call graph for this function:

◆ sabscmp()

pure logical function math::abscmp::sabscmp ( real(kind=sp), intent(in)  x,
real(kind=sp), intent(in)  y 
)
private

Definition at line 110 of file math.f90.

Here is the call graph for this function:

The documentation for this interface was generated from the following file: