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