[Prev][Next][Index][Thread]
Re: Complex/Imaginary numbers
In article <38260681.F2E790D6@lostwax.com>, Rob Myers <robm@lostwax.com> wrote:
> Reluctantly putting on my language lawyer hat again: this is another D++
> feature. It alters the character of the language and is non-standard. Postfix
> creation of a pair is a different matter to prefix creation of a bignum, and
> this *should* be handled using make, or an i() function. :-(
> Adding this would however be cool. :-)
Note that an i() function can be used as so:
3 + 4.i
That's not *too* bad compared to:
3 + 4i
-- Bruce
Follow-Ups:
References: