evalute to arbitrary precision float
f: Evalf( a, bits, real = %t )
symbolic number
non-negative integer
boolean
symbolic float
Evaluates a symbolic number a to a symbolic floating point number f with arbitrary precision.
The number of significant bits specifies the precision. For bits<=53 always standard double precision is used.
The flag real specifies whether the symbolic number a is real (%t) or complex (%f).
SymEngine: C++ library for fast symbolic manipulation.