powered by
Numerical evaluation
N(x, digits = 15)
caracas object
Number of digits
if (has_sympy()) { n_2 <- as_sym("2") n_pi <- as_sym("pi", declare_symbols = FALSE) x <- sqrt(n_2) * n_pi x N(x) N(x, 5) N(x, 50) as.character(N(x, 50)) }
Run the code above in your browser using DataLab