|
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...
|
|
Definition at line 98 of file math.f90.
◆ 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 |
◆ 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 |
◆ 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 |
The documentation for this interface was generated from the following file:
- /home/runner/work/neko/neko/src/math/math.f90