Test case name | Result |
---|---|
Math.ceil(test) | |
~~test | |
Math.floor(test) | |
Math.floor(test) + 1 (CEIL) | |
FAST CEIL |
Test name | Executions per second |
---|---|
Math.ceil(test) | 2284793.2 Ops/sec |
~~test | 5143756.0 Ops/sec |
Math.floor(test) | 2571221.2 Ops/sec |
Math.floor(test) + 1 (CEIL) | 2449174.0 Ops/sec |
FAST CEIL | 4882958.0 Ops/sec |