#include <stdbool.h>Go to the source code of this file.
Functions | |
| bool | isEqual (double a, double b) |
| Compares 2 double precision floating points numbers. Note that this function only compares teh first 5 digits. More... | |
| bool isEqual | ( | double | a, |
| double | b | ||
| ) |
Compares 2 double precision floating points numbers. Note that this function only compares teh first 5 digits.
| a | The first number. |
| b | The second number. |
true if a is equal to b and false otherwise.
1.8.6