MathBot3500 is a bot that knows how to solve mathematic expressions. It can work as a very powerful calculator. Just type your mathematical expression and MathBot3500 will give you the result.
Send and IM to MathBot3500.
Example:
type (4+5)*3-2
and MathBot3500 will answer 25
Here is a list of Operators and Functions available:
Operators:
-----------
and : logical AND
or : logical OR
xor : logical XOR
<= : less or equal
>= : greater or equal
!= : not equal
== : equal
< : less than
> : greater than
+ : addition
- : substraction
* : multiplication
/ : division
^ : raise x to the power of y
Functions:
-----------
sin : sine function
cos : cosine function
tan : tangens function
asin : arcus sine function
acos : arcus cosine function
atan : arcus tangens function
sinh : hyperbolic sine function
cosh : hyperbolic cosine function
tanh : hyperbolic tangens function
asinh : hyperbolic arcus sine function
acosh : hyperbolic arcus cosine function
atanh : hyperbolic arcus tangens function
log2 : logarithm to the base 2
log10 : logarithm to the base 10
log : logarithm to the base 10
ln : logarithm to base e (2.71828...)
exp : e raised to the power of x
sqrt : square root of a value
sign : sign function, -1 if x<0; 1 if x>0
rint : round to nearest integer
abs : absolute value
min : min of all arguments
max : max of all arguments
sum : sum of all arguments
avg : average of all arguments