|
SABER
|
Public Member Functions | |
| logical function | repro_sup_int (x, y) |
| Superior test for int. More... | |
| logical function | repro_sup_real (x, y) |
| Superior test for real. More... | |
Definition at line 76 of file tools_repro.F90.
| logical function tools_repro::sup::repro_sup_int | ( | integer(kind_int), intent(in) | x, |
| integer(kind_int), intent(in) | y | ||
| ) |
Superior test for int.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 324 of file tools_repro.F90.
| logical function tools_repro::sup::repro_sup_real | ( | real(kind_real), intent(in) | x, |
| real(kind_real), intent(in) | y | ||
| ) |
Superior test for real.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 353 of file tools_repro.F90.