Expression Calculation

Enter your mathematical expressions in text box, each expression is in one row, then click Calculate button. You can use math functions such as sin(), cos(), sqrt(), exp(), log() and so on in expressions. Here are some Samples.

  

Like The Website

Online Help

Mathematical operations
Name Description
+ Addition
- Subtraction
* Multiplication
/ Division
% Modulus
Mathematical Constant
Name Description
Math.E Represents the natural logarithmic base
Math.PI Represents the ratio of the circumference of a circle to its diameter
Mathematical Functions
Name Description
Pow() Returns a specified number raised to the specified power.
Sqrt() Returns the square root of a specified number.
Exp() Returns e raised to the specified power.
Log() Returns the natural (base e) logarithm of a specified number.
Log(a, b) Returns the logarithm of a specified number in a specified base.
Log10() Returns the base 10 logarithm of a specified number.
Sin() Returns the sine of the specified angle.
Cos() Returns the cosine of the specified angle.
Tan() Returns the tangent of the specified angle.
Sinh() Returns the hyperbolic sine of the specified angle.
Cosh() Returns the hyperbolic cosine of the specified angle.
Tanh() Returns the hyperbolic tangent of the specified angle.
Acos() Returns the angle whose cosine is the specified number.
Asin() Returns the angle whose sine is the specified number.
Atan() Returns the angle whose tangent is the specified number.
Atan2() Returns the angle whose tangent is the quotient of two specified numbers.
Abs() Returns the absolute value of a number.
Max() Returns the larger of two numbers.
Min() Returns the smaller of two numbers.
Truncate() Calculates the integral part of a specified number.
Round() Rounds a value to the nearest value.
Sign() Returns a value indicating the sign of a number.
BigMul() Produces the full product of two numbers.
Ceiling() Returns the smallest integral value that is greater than or equal to the specified number.
DivRem() Calculates the quotient of two number and also returns the remainder in an output parameter.
Floor() Returns the largest integer less than or equal to the specified number.
IEEERemainder() Returns the remainder resulting from the division of a specified number by another specified number.