"Lars T. Kyllingstad" <[email protected]> wrote: > And if someone *really* wants to put the "i" in there, they can just > define it in their own app: > > enum i = Complex!double(0, 1); > auto z = 0.998 + 2.72e-2*i; > > -Lars >
Looks very nice.
"Lars T. Kyllingstad" <[email protected]> wrote: > And if someone *really* wants to put the "i" in there, they can just > define it in their own app: > > enum i = Complex!double(0, 1); > auto z = 0.998 + 2.72e-2*i; > > -Lars >
Looks very nice.