August 30, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10881



--- Comment #10 from github-bugzilla@puremagic.com 2013-08-30 14:09:34 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/627d178f87423ba8b6059216ae1ca3fc8a2b2f29 Merge pull request #1516 from quickfur/complex_format

Fix issue 10881: support writefln("%f") of complex numbers

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
August 30, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10881


bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


--- Comment #11 from bearophile_hugs@eml.cc 2013-08-30 15:18:01 PDT ---
(In reply to comment #10)
> Commit pushed to master at https://github.com/D-Programming-Language/phobos

Now using this formatting string, for the given matrix:
"[%([%(%1.3f, %)],\n %)]]"

It outputs:

[[0.707+0.000i, 0.707+0.000i, 0.000+0.000i],
 [0.000-0.707i, 0.000+0.707i, 0.000+0.000i],
 [0.000+0.000i, 0.000+0.000i, 0.000+1.000i]]

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
August 31, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10881


monarchdodra@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monarchdodra@gmail.com


--- Comment #12 from monarchdodra@gmail.com 2013-08-31 00:20:49 PDT ---
(In reply to comment #11)
> (In reply to comment #10)
> > Commit pushed to master at https://github.com/D-Programming-Language/phobos
> 
> Now using this formatting string, for the given matrix:
> "[%([%(%1.3f, %)],\n %)]]"
> 
> It outputs:
> 
> [[0.707+0.000i, 0.707+0.000i, 0.000+0.000i],
>  [0.000-0.707i, 0.000+0.707i, 0.000+0.000i],
>  [0.000+0.000i, 0.000+0.000i, 0.000+1.000i]]

For anybody reading this on forum.dlang.org: please view the entry on the bug tracker: There *is* a space that prefixes those lines, and they are all actually perfectly aligned.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
1 2
Next ›   Last »