SABER
tools_repro::infeq Interface Reference

Public Member Functions

logical function repro_infeq_int (x, y)
 Inferior or equal test for int. More...
 
logical function repro_infeq_real (x, y)
 Inferior or equal test for real. More...
 

Detailed Description

Definition at line 69 of file tools_repro.F90.

Member Function/Subroutine Documentation

◆ repro_infeq_int()

logical function tools_repro::infeq::repro_infeq_int ( integer(kind_int), intent(in)  x,
integer(kind_int), intent(in)  y 
)

Inferior or equal test for int.

Parameters
[in]xFirst real
[in]ySecond real

Definition at line 266 of file tools_repro.F90.

◆ repro_infeq_real()

logical function tools_repro::infeq::repro_infeq_real ( real(kind_real), intent(in)  x,
real(kind_real), intent(in)  y 
)

Inferior or equal test for real.

Parameters
[in]xFirst real
[in]ySecond real

Definition at line 294 of file tools_repro.F90.


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