Here you can enter any expicit functions of 'x' in the form Y=f(X)
Example: sin(x)+cos(x)
Note:-These functions, variables or constants are not case sensetive.
List of Functions, Operators and Constants
Variable/constants
x - The variable used in standard functions of f(x).
e - Eulers constant
pi - The constant PI.
Functions
abs(x) Absolute value of x
acos(x) Cosine inverse, i.e cos-1(x)
acosh(x) Inverse hyperbolic cosine
antilog(x) - anitlog of x of base 10
antilog(x,n) - anitlog of x of base n
asin(x) Sine inverse, i.e sin-1(x)
asinh(x) Inverse hyperbolic sine
atan(x) Tangent inverse, i.e atan-1(x)
atanh(x) Inverse hyperbolic tangent
ceil(x) Round fractions up
cos(x) Cosine
cosh(x) Hyperbolic cosine
deg2rad(x) Converts the x in degrees to the radian equivalent
exp(x) Calculates the exponent of e^x
floor(x) Round fractions down
log(x) Base-10 logarithm of x
ln(x) Natural logarithm, i.e, base 'e'
max(a,b,c,..) Find highest value
min(a,b,c,..) Find lowest value
pow(a,b) Exponential expression, i.e a^x
rad2deg(x) Converts the radian number to the equivalent degrees
rand(x) Generate a random integer
round(x,n) Rounds a float to nth decimal point
sin(x) Sine
sinh(x) Hyperbolic sine
sqrt(x) Square root
tan(x) Tangent
tanh(x) Hyperbolic tangent
Operators
+ : Addition. Add the two terms. Example: f(x)=2+x
- : Subtraction. Subtract two terms. Example f(x)=2-x
* : Multiplication. Multiplies the two factors. Example: f(x)=2*x
/ : Division. Divide the two factors. Example: f(x)=2/x