Scientific Calculator

All Calculators

Available Functions

FunctionDescriptionExample
sinSine (radians)sin(π/6) = 0.5
cosCosine (radians)cos(0) = 1
tanTangent (radians)tan(π/4) = 1
sin⁻¹Arcsinesin⁻¹(0.5) = 0.5236
cos⁻¹Arccosinecos⁻¹(1) = 0
tan⁻¹Arctangenttan⁻¹(1) = 0.7854
lnNatural log (base e)ln(e) = 1
logLog base 10log(100) = 2
Square root√(16) = 4
e raised to powereˣ(1) = 2.7183
x^yPower2^10 = 1024
n!Factorial5! = 120
|x|Absolute value|x|(-5) = 5
πPi constant3.14159...
eEuler's number2.71828...
modModulo (remainder)10 mod 3 = 1

Degrees vs Radians

This calculator uses radians for trigonometric functions, which is the standard in mathematics and programming. To convert degrees to radians, multiply by π/180. For example, to find sin(30°), enter sin(30 * π / 180).

Factorial Limits

Factorial is supported for integers from 0 to 170. Beyond 170, the result exceeds JavaScript's maximum floating-point value (approximately 1.8 × 10³⁰⁸). Enter a number first, then press the n! button.

Just Need Simple Math?

Clean interface with just the basics.

Open Basic Calculator

Related Calculators