Prototypes | |
| static int | compare_within_fraction (double a, double b, double max_fractional_difference) |
| int | main (void) |
Go to the source code of this file.
Macros | |
| #define | MAX_FRACTIONAL_ERROR 1e-15 |
| #define | REQUIRE_EQUAL(a, b) |
| #define MAX_FRACTIONAL_ERROR 1e-15 |
Definition at line 26 of file LALConstantsTest.c.
| #define REQUIRE_EQUAL | ( | a, | |
| b | |||
| ) |
Definition at line 36 of file LALConstantsTest.c.
|
static |
Definition at line 28 of file LALConstantsTest.c.
| int main | ( | void | ) |
Definition at line 42 of file LALConstantsTest.c.