| Test case name | Result |
|---|---|
| Math.floor(test) | |
| Math.floor(test) + 1 | |
| ~~test | |
| ~~test + 1 | |
| Math.ceil(test) |
| Test name | Executions per second |
|---|---|
| Math.floor(test) | 1657214464.0 Ops/sec |
| Math.floor(test) + 1 | 1662753664.0 Ops/sec |
| ~~test | 1664050176.0 Ops/sec |
| ~~test + 1 | 1666089600.0 Ops/sec |
| Math.ceil(test) | 1664137088.0 Ops/sec |