Accueil › Forums › Programmation WIMS › Programmation d’exercices OEF › écriture scientifique › Reply To: écriture scientifique
29 septembre 2011 à 23:54
#947
Participant
::
I think « wims » will convert all numbers to E notation if the number > 10^8
And octave will convert any decimal to E…
1.23 -> 1.23e+00
And any large number > 10^8
100000000 -> 100000000
1000000000 -> 1.0e+09
12300000000000000000000000 -> 1.23e+25
I dont know of an easy way to convert « small » numbers into E
100 -> 1e+02 ?
kind regards,
Joke