Skip to content

Commit 42c129e

Browse files
Add function
1 parent ca515c9 commit 42c129e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
print_bool() {},
9494
print_sep() {},
9595
print_newline() {},
96+
pow_f64(base, exponent) { return Math.pow(base, exponent); },
9697
},
9798
}).then(({ instance }) => {
9899
const required = ['mandelbrot','julia','burning_ship','tricorn','multibrot','celtic','buffalo','perpendicular_burning_ship','newton','phoenix','barnsley','sierpinski','koch','magnet1','magnet2','lambda_fractale'];

0 commit comments

Comments
 (0)