Utinzo

Scientific Calculator

Evaluate mathematical expressions including trigonometry, logarithms, exponents, and more.

Result
2.5
Expressionsin(30) + log(100)
Angle unitDegrees

Did this tool work for you?

AdSense336 × 280
AdSense336 × 280

How to use this calculator

  1. 1

    Type your mathematical expression in the input field.

  2. 2

    Choose degrees or radians for trigonometric functions.

  3. 3

    Use function names like sin(), cos(), log(), sqrt(), etc.

  4. 4

    Combine operations freely: sin(45)^2 + cos(45)^2 = 1

AdSense · 728 × 90

Frequently asked questions

What functions are supported?

Trig: sin, cos, tan, asin, acos, atan, sinh, cosh, tanh. Logarithms: log (base 10), ln (natural), log2. Roots: sqrt, cbrt. Other: abs, ceil, floor, round, exp, pow, factorial, min, max, sign.

What constants are available?

pi (3.14159…), e (2.71828…), phi (golden ratio 1.61803…), tau (2π = 6.28318…).

How do I write exponents?

Use the ^ operator: 2^10 = 1024. Or use pow(2,10). You can also use ² and ³ symbols directly.

Is this safe — does it use eval()?

No. This calculator uses a custom recursive-descent parser with no eval() or Function(). Only mathematical operations are allowed.

About scientific calculator

Scientific calculator: functions, constants, and expressions

Trigonometric functions

sin, cos, and tan take an angle and return a ratio. Their inverses (asin, acos, atan) do the reverse. The calculator supports both degrees and radians — switch the angle unit to match your context. Remember: sin²(x) + cos²(x) = 1 always.

Logarithms explained

log(x) computes the base-10 logarithm. ln(x) computes the natural logarithm (base e). log2(x) computes the binary logarithm. Common uses: decibels (20·log(ratio)), pH (−log([H⁺])), bits needed (log2(n)), exponential decay (ln).

Order of operations

This calculator follows standard PEMDAS/BODMAS: parentheses first, then exponents (^), then multiplication/division left to right, then addition/subtraction left to right. Use parentheses to make complex expressions unambiguous: sin(45)^2 vs sin(45^2).

Scientific Calculator – Utinzo

Learn more from an authoritative source:

Wikipedia
Related tools

Results are estimates for informational purposes only and do not constitute professional financial, medical, legal, or technical advice. Read full disclaimer →