| [ Wertetabelle ] |
Ausgewählte Funktionen und dazugehörige JavaScript Befehle
![]()
Math.pow(Math.E,(2*1-x))+x-3*1
![]()
-(1/3)*Math.pow(x,3)+3*x

(1*Math.pow(x,2)-4)/Math.pow(x,2)
![]()
(4*Math.pow(x,2)/(Math.pow(x,2)+3)
![]()
(1+2*x)*Math.pow(Math.E,(-0.5*x))
![]()
Math.pow(Math.E,(-0.5*x))
![]()
-(1/12)*Math.pow(x,3)+(3/2)*x+9
![]()
x+8/Math.pow(x,2)
![]()
1-Math.pow(Math.E,(2-x))
![]()
(1/8)*x*Math.pow((x-6),2)
![]()
(1-x)*Math.pow(e,x)
![]()
(1/6)*Math.pow((x+2),2)*(2*x-5)
![]()
1*Math.pow((x+2),2)
![]()
2-(2)/(Math.pow(x,2)+1)
![]()
2-(2)/(Math.pow(x,2))