Rcpp Version 1.0.14
Loading...
Searching...
No Matches
check.R
Go to the documentation of this file.
1
2dyn.load("piWithInterrupts.so")
3#res <- .Call("PiLeibniz", n=1e9, frequency=1e6)
4res <- .Call("PiLeibniz", n=1e9, frequency=1e6)
5print(res, digits=10)