Neko 0.9.99
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)
 Return single precision absolute comparison \( | x - y | < \epsilon \).
 
pure logical function dabscmp (x, y)
 Return double precision absolute comparison \( | x - y | < \epsilon \).
 
pure logical function qabscmp (x, y)
 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 
)

Definition at line 130 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 
)

Definition at line 140 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 
)

Definition at line 120 of file math.f90.

Here is the call graph for this function:

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