Constants | R Documentation |
Compute standard mathematical constants to arbitrary precision.
arb_const_pi(prec = flintPrec())
arb_const_log2(prec = flintPrec())
arb_const_log10(prec = flintPrec())
arb_const_e(prec = flintPrec())
prec |
a numeric or |
An arb
vector storing function values with error
bounds. Its length is the length of prec
, typically 1.
The FLINT documentation of the underlying C functions: https://flintlib.org/doc/arb.html
Class arb
.
prec <- cumprod(rep(c(1, 2), c(1L, 15L)))
arb_const_pi(prec)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.