Go to the source code of this file.
|
| logical function, public | tools_repro::eq (x, y) |
| | Equal test for reals. More...
|
| |
| logical function, public | tools_repro::inf (x, y) |
| | Inferior test for reals. More...
|
| |
| logical function, public | tools_repro::infeq (x, y) |
| | Inferior or equal test for reals. More...
|
| |
| logical function, public | tools_repro::sup (x, y) |
| | Superior test for reals. More...
|
| |
| logical function, public | tools_repro::supeq (x, y) |
| | Superior or equal test for reals. More...
|
| |
| logical function, public | tools_repro::indist (x, y) |
| | Indistiguishability test. More...
|
| |
| logical function, public | tools_repro::small (x, y) |
| | Small value test. More...
|
| |