First time here? Check out the FAQ!
answered 6 years ago
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))