Mercurial > pub > dyncall > bindings
view lua/luadyncall/test/test_dynport_cmath.lua @ 49:d6670bd553dd
- comment cleanup
author | Tassilo Philipp |
---|---|
date | Fri, 13 Nov 2020 20:44:00 +0100 |
parents | 0cfcc391201f |
children |
line wrap: on
line source
require"dynport" local cmath = dynportImport("cmath", { }) print(cmath) print( cmath.sqrt(144) )