comparison 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
comparison
equal deleted inserted replaced
540:4362eb720da9 541:fda38db30e65
29 M.sin = MathLuan.sin 29 M.sin = MathLuan.sin
30 M.sinh = MathLuan.sinh 30 M.sinh = MathLuan.sinh
31 M.sqrt = MathLuan.sqrt 31 M.sqrt = MathLuan.sqrt
32 M.tan = MathLuan.tan 32 M.tan = MathLuan.tan
33 M.tanh = MathLuan.tanh 33 M.tanh = MathLuan.tanh
34 M.to_string = MathLuan.to_string 34
35 M.long_to_string = MathLuan.long_to_string
35 36
36 return M 37 return M