Index: src/js/math.js |
diff --git a/src/js/math.js b/src/js/math.js |
index fbe783bf7758b36daaa86ae10ad502c5db72cc81..e51242866785be1423cccf14f96f9395d63a795c 100644 |
--- a/src/js/math.js |
+++ b/src/js/math.js |
@@ -198,6 +198,10 @@ function CubeRoot(x) { |
// ------------------------------------------------------------------- |
+%InstallToContext([ |
+ "math_pow", MathPowJS, |
+]); |
+ |
%AddNamedProperty(GlobalMath, toStringTagSymbol, "Math", READ_ONLY | DONT_ENUM); |
// Set up math constants. |