|
SABER
|
Public Member Functions | |
| logical function | repro_supeq_int (x, y) |
| Superior or equal test for int. More... | |
| logical function | repro_supeq_real (x, y) |
| Superior or equal test for real. More... | |
Definition at line 83 of file tools_repro.F90.
| logical function tools_repro::supeq::repro_supeq_int | ( | integer(kind_int), intent(in) | x, |
| integer(kind_int), intent(in) | y | ||
| ) |
Superior or equal test for int.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 384 of file tools_repro.F90.
| logical function tools_repro::supeq::repro_supeq_real | ( | real(kind_real), intent(in) | x, |
| real(kind_real), intent(in) | y | ||
| ) |
Superior or equal test for real.
| [in] | x | First real |
| [in] | y | Second real |
Definition at line 412 of file tools_repro.F90.