|
KanoopCommonQt 2.1.1
Kanoop foundational Qt utility library
|
|
Static floating-point utility helpers. More...
#include <floatutil.h>
Static Public Member Functions | |
| static bool | isEvenlyDivisible (double dividend, double divisor) |
| Test whether a dividend is evenly divisible by a divisor. | |
Static floating-point utility helpers.
Static helper methods for floating-point arithmetic checks.
Definition at line 12 of file floatutil.h.
|
static |
Test whether a dividend is evenly divisible by a divisor.
| dividend | Value to divide |
| divisor | Divisor to use |