Mercurial > hg > octave-lyh
diff NEWS @ 10776:062304bd692e
Update NEWS with description of new engineering format for numbers.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 08 Jul 2010 09:11:32 -0700 |
parents | cfb13443434f |
children | 61cb53ae9db3 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -305,6 +305,12 @@ Additionally, the octave_scalar_map class now provides a simpler interface to work with scalar structs within a C++ DLD function. + ** Two new formats are available for displaying numbers: + format short eng + format long eng + Both display numbers in engineering notation, i.e., mantissa + exponent + where the exponent is a multiple of 3. + Summary of important user-visible changes for version 3.2: ---------------------------------------------------------