Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
math::abscmp Interface Reference

Public Member Functions

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

Detailed Description

Definition at line 77 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,
real(kind=dp), intent(in), optional  tol 
)

Definition at line 137 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,
real(kind=qp), intent(in), optional  tol 
)

Definition at line 152 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,
real(kind=sp), intent(in), optional  tol 
)

Definition at line 122 of file math.f90.

Here is the call graph for this function:

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