| Test case name | Result |
|---|---|
| Solution 1 (Exponential notation) | |
| Solution 2 (Number.EPSILON) | |
| Solution 3 (Double rounding) | |
| Solution 4 (Double rounding v2) |
| Test name | Executions per second |
|---|---|
| Solution 1 (Exponential notation) | 69565.8 Ops/sec |
| Solution 2 (Number.EPSILON) | 6144223.5 Ops/sec |
| Solution 3 (Double rounding) | 86166.0 Ops/sec |
| Solution 4 (Double rounding v2) | 70302.1 Ops/sec |