| 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) | 130052784.0 Ops/sec |
| ~~test | 136515248.0 Ops/sec |
| Math.floor(test) | 108444304.0 Ops/sec |
| Math.floor(test) + 1 (CEIL) | 126454824.0 Ops/sec |
| FAST CEIL | 127713448.0 Ops/sec |