answered 9 years ago
Maybe like that
sage: myR=RealField(12) sage: var('t') t sage: test(x) = e^(x * t) sage: test(myR(0.326)) e^(0.326*t)