- 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)