|
From: | Rik |
Subject: | [Octave-bug-tracker] [bug #53083] fixed_point_format: incorrect alignment |
Date: | Sat, 21 Sep 2019 00:38:07 -0400 (EDT) |
User-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko |
Update of bug #53083 (project octave): Status: None => Fixed Open/Closed: Open => Closed _______________________________________________________ Follow-up Comment #8: I checked in a change that prints true zeros as "0" without the decimal point and further digits. As an example of the new behavior, octave:1> fixed_point_format (true) octave:2> x = [-1e-11;0;1e11] x = 1.0e+11 * -0.00000 0 1.00000 Marking as fixed and closing report. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?53083> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |