🔬 Scientific Calculator

Advanced calculator with expression evaluation. Supports trigonometry, logarithms, exponents, and complex expressions.

Calculation History

No calculations yet

Function Reference
Function Description Example
sin(x)Sine (degrees)sin(30) = 0.5
cos(x)Cosine (degrees)cos(60) = 0.5
tan(x)Tangent (degrees)tan(45) = 1
log(x)Base-10 logarithmlog(100) = 2
ln(x)Natural logarithmln(e) = 1
sqrt(x)Square rootsqrt(16) = 4
pow(x,y)x raised to power ypow(2,3) = 8
abs(x)Absolute valueabs(-5) = 5
fact(n)Factorialfact(5) = 120
PIPi constant3.14159...
Scientific Calculator Guide
Understanding Scientific Functions

A scientific calculator goes beyond basic arithmetic to handle complex mathematical operations used in science, engineering, and advanced mathematics.

Worked Examples

Example 1: Trigonometry

Calculate: sin(30°) + cos(60°)

sin(30°) = 0.5

cos(60°) = 0.5

Result: 0.5 + 0.5 = 1

Example 2: Logarithms

Calculate: log(1000) × ln(e²)

log(1000) = 3 (since 10³ = 1000)

ln(e²) = 2 (natural log of e²)

Result: 3 × 2 = 6

Example 3: Compound Expression

Calculate: sqrt(144) + pow(2,5) - fact(3)

sqrt(144) = 12

pow(2,5) = 32

fact(3) = 6

Result: 12 + 32 - 6 = 38

Order of Operations (PEMDAS)

This calculator follows the standard order of operations:

  1. Parentheses
  2. Exponents
  3. Multiplication and Division (left to right)
  4. Addition and Subtraction (left to right)
Last Updated: February 17, 2026
Disclaimer: This calculator provides mathematical calculations for educational purposes. Verify critical calculations.