aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/math/number/frac.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/math/number/frac.lux')
-rw-r--r--stdlib/source/library/lux/math/number/frac.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/math/number/frac.lux b/stdlib/source/library/lux/math/number/frac.lux
index 481b37e96..d3ec7c660 100644
--- a/stdlib/source/library/lux/math/number/frac.lux
+++ b/stdlib/source/library/lux/math/number/frac.lux
@@ -194,7 +194,7 @@
(-> Frac
Frac)
(|>> []
- ("lua apply" ("lua constant" <method>))
+ (.lua_apply# (.lua_constant# <method>))
(as Frac)))]
[cos "math.cos"]
@@ -217,7 +217,7 @@
(def .public (pow param subject)
(-> Frac Frac
Frac)
- ("lua power" param subject))
+ (.lua_power# param subject))
(def .public (root_3 it)
(-> Frac