[q-lang-users] Unparsing of Complex
Brought to you by:
agraef
From: Rob H. <hub...@gm...> - 2006-06-27 10:32:46
|
On 27/06/06, Rob Hubbard <hub...@gm...> wrote: > Given that X+0*i is unparsed as X+0*i, then by symmetry 0+Y*i should > be unparsed as 0+Y*i. PS. I notice (at 7.2rc3) that 0.0+Y*i is already unparsed as 0.0+Y*i; as the 0.0 is inexact, and therefore should be considered to be only possibly zero but perhaps an absolutely small value (as John has previously noted). Thus to unparse 0+Y*i as 0+Y*i would also look more consistent with that. |