RDF('0.0') is fine
QQ(RDF('0.0')) is fine
QQ('0') is fine
QQ(0.0) is fine
QQ('0.0') # boom
Any ideas, or should I not expect this to work in the first place?
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop
On Fri, Apr 29, 2016 at 11:07 AM, saad khalid wrote:
> Hey guys:
>
> I wasn't sure where to ask this, so I thought I'd put it here. I've got a
> fairly long algorithm that I've written in Mathematica. I was wondering, do
> you think there would be a speed increase if I were to program it into Sage