Re: [discuss] Engineering format - number support [s]

2006-11-17 Thread Lars D . Noodén
Hi, Nick, On Mon, 13 Nov 2006, Nick Radonic [c] wrote: Further to my suggestion that Engineering format be supported in the OO spread sheet, I found this formatting code on the web - consider incorporating it in some form [snip] That might be good to mention in the actual bug report:

Re: [discuss] Engineering format - number support [s]

2006-11-14 Thread Nick Radonic [c]
Open Office Further to my suggestion that Engineering format be supported in the OO spread sheet, I found this formatting code on the web - consider incorporating it in some form def number_to_engineering(value, precision=3) expof10 = ((Math.log10(value)/3.0).floor)*3 value *=

[discuss] Engineering format - number support [s]

2006-11-13 Thread Nick Radonic [c]
Open Office: I love the software and have been using it since verion 1. Here are two features I would really like to have: 1) I really miss the 'engineering format' for scientific notation. This forces the exponent to be a multiple of 3. Then the mantissa portion ranges from 1 - 999.

Re: [discuss] Engineering format - number support [s]

2006-11-13 Thread Lars D . Noodén
On Mon, 13 Nov 2006, Nick Radonic [c] wrote: ... I really miss the 'engineering format' for scientific notation. This forces the exponent to be a multiple of 3. ... I also used it on my TI-57/58/59 calculators way back when in the 70's. It is so much more readable than straight scientific