Mercurial > pub > dyncall > bindings
view R/rdyncall/demo/sqrt.R @ 30:baf087cf5971
- fixed two ref counting problems
- minor improvements
author | Tassilo Philipp |
---|---|
date | Fri, 10 Apr 2020 20:35:19 +0200 |
parents | 0cfcc391201f |
children |
line wrap: on
line source
# Package: rdyncall # File: demo/sqrt.R # Description: C math library demo (dynbind demo) dynbind( c("msvcrt","m","m.so.6"), "sqrt(d)d;" ) print(sqrt) sqrt(144)