Skip to content
Prev 10808 / 12125 Next

[R-pkg-devel] How to get arbitrary precise inputs from R for an Rcpp package?

On 2024-07-19 12:37 p.m., Martin Maechler wrote:
It seems like mpfr("0.1", 100) works pretty well.  I'd assume it does 
the parsing, rather than parse 0.1 to the closest double, and convert that.

Duncan Murdoch