Fonction 1/X
Publié : jeu. 14 janv. 2010 16:09
				
				bonjour a tous 
probleme avec la fonction 1/X
comment programmer X + 2 + 1/X
merci
			probleme avec la fonction 1/X
comment programmer X + 2 + 1/X
merci
Code : Tout sélectionner
                 X         Y           LASTX
             ---------------------------------
01 LBL "F"       x
02 1/X          1/x                      x
03 LASTX         x        1/x            x
04 +           x+1/x                     x
05 2             2       x+1/x           x
06 +	      2+x+1/x                     2
07 RTN