Opened 15 years ago
Closed 15 years ago
#320 closed enhancement (fixed)
Support complex variables in sprintf & friends.
Reported by: | Christian Speckner | Owned by: | Christian Speckner |
---|---|---|---|
Priority: | P4 | Milestone: | v2.0.2 |
Component: | core | Version: | 2.0.1 |
Severity: | minor | Keywords: | |
Cc: |
Description
All said in description.
Change History (2)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Implemented in r2517. Complex numbers are formatted using two real conversions, e.g.
printf "(%g, %g)" (z)
.