Erreurs décimales : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Page créée avec « * https://docs.python.org/fr/2.7/tutorial/floatingpoint.html »)
 
Ligne 1 : Ligne 1 :
  
 
* https://docs.python.org/fr/2.7/tutorial/floatingpoint.html
 
* https://docs.python.org/fr/2.7/tutorial/floatingpoint.html
 +
 +
; Python :
 +
 +
  Python 2.7.16 (default, Oct  7 2019, 17:36:04)
 +
  >>> 0.1+0.2
 +
  0.30000000000000004
 +
  >>>

Version du 31 octobre 2019 à 15:50

Python 
 Python 2.7.16 (default, Oct  7 2019, 17:36:04) 
 >>> 0.1+0.2
 0.30000000000000004
 >>>