demo/sqrt.R

# 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)

Try the rdyncall package in your browser

Any scripts or data that you put into this service are public.

rdyncall documentation built on May 2, 2019, 6:15 p.m.