[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #56939] [Wish]: Don't print extra leading spac
From: |
Rik |
Subject: |
[Octave-bug-tracker] [bug #56939] [Wish]: Don't print extra leading spaces before scalar values |
Date: |
Mon, 23 Sep 2019 14:32:27 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko |
URL:
<https://savannah.gnu.org/bugs/?56939>
Summary: [Wish]: Don't print extra leading spaces before
scalar values
Project: GNU Octave
Submitted by: rik5
Submitted on: Mon 23 Sep 2019 11:32:25 AM PDT
Category: Interpreter
Severity: 1 - Wish
Priority: 5 - Normal
Item Group: Feature Request
Status: Confirmed
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Any
_______________________________________________________
Details:
The interpreter often prints extra leading spaces before displaying a scalar
value. As an example,
octave:22> format short eng
octave:23> x = pi*10e3
x = 31.4159e+003
I believe it would be clearer if the spaces were removed so that it appeared
as
x = 31.4159e+003
If this is done, the routines to change will be make_scalar_format and
make_complex_scalar_format in pr-output.cc.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?56939>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #56939] [Wish]: Don't print extra leading spaces before scalar values,
Rik <=