show/hide this revision's text 2

@Ryan: It is, in fact, very much like the question of whether sin π = 0. Again, no FP implementation I have here shows it to be 0, thus, I suppose the "dispute" cannot fully be resolved 100%. But since we're talking about FP, approximate solutions will have to do. :-P

Many programming languages have a complex-number class, that simply holds two doubles. To me, that's good enough, if the language also has facilities for doing (some sort of) overloaded operations on them (e.g., the use of cmath in Python is okay, despite not being strictly an overload).

I haven't used Maple, so I can't comment on that. :-P

show/hide this revision's text 1

@Ryan: It is, in fact, very much like the question of whether sin π = 0. Again, no FP implementation I have here shows it to be 0.

Many programming languages have complex-number class, that simply holds two doubles. To me, that's good enough, if the language also has facilities for doing (some sort of) overloaded operations on them (e.g., the use of cmath in Python is okay, despite not being strictly an overload).

I haven't used Maple, so I can't comment on that. :-P