[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
10.1 How do I set the number of displayed decimals?
octave:1> format long octave:2> pi pi = 3.14159265358979 octave:3> format short octave:4> pi pi = 3.1416 |
|
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
octave:1> format long octave:2> pi pi = 3.14159265358979 octave:3> format short octave:4> pi pi = 3.1416 |
© manpagez.com 2000-2024 Individual documents may contain additional copyright information.