| Test case name | Result |
|---|---|
| int*int | |
| int**2 | |
| Math.pow(int,2) | |
| float*float | |
| float**2 | |
| Math.pow(float, 2) | |
| int*int*int*int*int | |
| int**5 | |
| Math.pow(int,5) | |
| float*float*float*float*float | |
| float**5 | |
| Math.pow(float,5) |
This benchmark does not have any results yet. Be the first one to run it!