help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

format exponential output


From: Dines Johannesen
Subject: format exponential output
Date: Fri, 19 Mar 2004 06:34:49 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020623 Debian/1.0.0-0.woody.1

Is is possible to force octave to output numbers in SI-like (e3, e6, e-3, e-6, e-9, e-12) units? I would like an output like

octave:1> 0.125e-6
ans = 0.125e-06

instead of what octave is giving me:

ans = 1.25e-07


Thanks

Dines



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]