Mercurial > pub > dyncall > bindings
view lua/luadyncall/test/test_dynport_cmath.lua @ 26:3745790db233
-typo
author | Tassilo Philipp |
---|---|
date | Tue, 24 Apr 2018 16:09:32 +0200 |
parents | 0cfcc391201f |
children |
line wrap: on
line source
require"dynport" local cmath = dynportImport("cmath", { }) print(cmath) print( cmath.sqrt(144) )