We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca515c9 commit 42c129eCopy full SHA for 42c129e
1 file changed
.github/workflows/deploy.yml
@@ -93,6 +93,7 @@ jobs:
93
print_bool() {},
94
print_sep() {},
95
print_newline() {},
96
+ pow_f64(base, exponent) { return Math.pow(base, exponent); },
97
},
98
}).then(({ instance }) => {
99
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