From 9034e4bf84cd7ae4a57f9a0cf497d2d10f4f61b8 Mon Sep 17 00:00:00 2001 From: wuyudi Date: Sat, 10 Dec 2022 22:59:23 +0800 Subject: [PATCH] add missing pow --- q5.js | 1 + 1 file changed, 1 insertion(+) diff --git a/q5.js b/q5.js index e1d4e01..23dd4d3 100644 --- a/q5.js +++ b/q5.js @@ -331,6 +331,7 @@ function Q5(scope){ $.acos = Math.acos; $.atan = Math.atan; $.atan2 = Math.atan2; + $.pow = Math.pow; //================================================================ // VECTOR