First time here? Check out the FAQ!
answered 2013-02-19 10:17:14 +0100
You need the ._convert() method:
._convert()
sage: f = (x* 2* pi* log(5)* 6^1.5)/(3^4*pi^2+x) sage: f._convert(RR) 148.621271129886*x/(x + 799.437956488238)