Tests: Removed epsilon parameter in integer tests.
Integer arithmetic is exact, so an epsilon in the range 1e-11 to 1e-4 only results in spurious compiler warnings.
Loading
Please register or sign in to comment
Integer arithmetic is exact, so an epsilon in the range 1e-11 to 1e-4 only results in spurious compiler warnings.