This function will evaluate a SymEngine object to its "numerical" form
with given precision. User may further use as.double()
to convert
to R value.
evalf(expr, bits = 53L, complex = FALSE)
A SymEngine object.
The precision.
Whether or not to be evaluated as a complex number.
Same type as expr
argument.