.... = yet another simple question. ;-))
when I have -for example- a 'double' variable with value
231.68479876394 75639876478 etc...
How can I have it printed on screen as 231.685 ?
or as 2.3e+2 ?
in general: How can I set the format in which floats (or other var's) are
printed on screen?
thanx in advance!
martin
when I have -for example- a 'double' variable with value
231.68479876394 75639876478 etc...
How can I have it printed on screen as 231.685 ?
or as 2.3e+2 ?
in general: How can I set the format in which floats (or other var's) are
printed on screen?
thanx in advance!
martin
Comment