First time here? Check out the FAQ!
answered 2019-03-07 19:30:13 +0100
Try RR(sqrt(5)). The default precision is 53 bits, but that can be changed. For 100 bits of precision, use RealField(100)(sqrt(5))
RR(sqrt(5))
RealField(100)(sqrt(5))