view lua/luadyncall/test/test_dynport_cmath.lua @ 13:390380ef6362

- general readme update
author cslag
date Sat, 26 Mar 2016 15:56:15 +0100
parents 0cfcc391201f
children
line wrap: on
line source

require"dynport"
local cmath = dynportImport("cmath", { })
print(cmath)
print( cmath.sqrt(144) )