Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)