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

Private Member Functions

pure logical function srelcmp (x, y, eps)
 Return single precision relative comparison \( | x - y |<= \epsilon*|y| \). More...
 
pure logical function drelcmp (x, y, eps)
 Return double precision relative comparison \( | x - y |/|y| < \epsilon \). More...
 
pure logical function qrelcmp (x, y, eps)
 Return quad precision relative comparison \( | x - y |/|y| < \epsilon \). More...
 

Detailed Description

Definition at line 95 of file math.f90.

Member Function/Subroutine Documentation

◆ drelcmp()

pure logical function math::relcmp::drelcmp ( real(kind=dp), intent(in)  x,
real(kind=dp), intent(in)  y,
real(kind=dp), intent(in), optional  eps 
)
private

Definition at line 154 of file math.f90.

Here is the call graph for this function:

◆ qrelcmp()

pure logical function math::relcmp::qrelcmp ( real(kind=qp), intent(in)  x,
real(kind=qp), intent(in)  y,
real(kind=qp), intent(in), optional  eps 
)
private

Definition at line 169 of file math.f90.

Here is the call graph for this function:

◆ srelcmp()

pure logical function math::relcmp::srelcmp ( real(kind=sp), intent(in)  x,
real(kind=sp), intent(in)  y,
real(kind=sp), intent(in), optional  eps 
)
private

Definition at line 140 of file math.f90.

Here is the call graph for this function:

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