1 | initial version |
If you are looking for a numerical approximation, there are several routes open to you. Here are two.
a.n(digits=100)
, like here383.
instead of 383
and then do the rootMore advanced options include setting a "real field" with a certain accuracy like R=RealField(1000)
and using that ...