Help on using Integrate!

Function Syntax

Basic Functions:

addition: x + y
subtraction: x - y
multiplication: x * y
division: x / y

Other Functions:

sine: sin(x)
cosine: cos(x)
tangent: tan(x)
arctangent: atan2(x,y)...(computes the arctangent of x/y)
square root: sqrt(x)
absolute value: abs(x)
natural logarithm: log(x)
ex : exp(x)
To show exponentiation, use x2 = x**2 and so on.


Shodor Home Page


Please direct questions and comments about this page to WebMaster@shodor.org
Designed by Robert O'Neill
Copyright © 1996 The Shodor Education Foundation, Inc.