diff core/src/luan/modules/Math.luan @ 541:fda38db30e65

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 01 Jun 2015 18:13:06 -0600
parents 92c3d22745b8
children 90b93790c544
line wrap: on
line diff
--- a/core/src/luan/modules/Math.luan	Mon Jun 01 18:04:50 2015 -0600
+++ b/core/src/luan/modules/Math.luan	Mon Jun 01 18:13:06 2015 -0600
@@ -31,6 +31,7 @@
 M.sqrt = MathLuan.sqrt
 M.tan = MathLuan.tan
 M.tanh = MathLuan.tanh
-M.to_string = MathLuan.to_string
+
+M.long_to_string = MathLuan.long_to_string
 
 return M