There was an error while loading. Please reload this page.
2 parents a13bd44 + b4799f6 commit 6e1008dCopy full SHA for 6e1008d
features.txt
@@ -590,7 +590,7 @@ Marking a value as the default exported value and mass-mixin of values.
590
5| |LibMathPP.exp| = function (x) { return Math.exp(x) };
591
5|
592
5| // someApp.js
593
-5| var |exp = LibMathPP.exp|, |pi = LibMathPP.pi|, |e = libMathPP.e|;
+5| var |exp = LibMathPP.exp|, |pi = LibMathPP.pi|, |e = LibMathPP.e|;
594
5| console.log("e^{π} = " + exp(pi));
595
596
0 commit comments