littlekit.
Private by design

Scientific Calculator

A bounded recursive-descent parser supports + − * / % ^, parentheses, pi, e, sin/cos/tan, inverse trig, sqrt, abs, ln, log, exp, floor and ceil.

Your inputs stay in your browser. No account required.
Loading tool controls…

How scientific calculator works

A bounded recursive-descent parser supports + − * / % ^, parentheses, pi, e, sin/cos/tan, inverse trig, sqrt, abs, ln, log, exp, floor and ceil.

Try an example

sqrt(144) + 2^3 → 20.

Good to know

Trigonometric arguments are radians. % means remainder. Use explicit * multiplication. No input is evaluated as JavaScript.

Your privacy

Processing happens on this device. We do not upload your input, put it in share links or save it to your favourites. Closing this tab discards the working input; downloaded results remain wherever you save them.

A useful next step

Made for clarity. Built to be useful.Report an issue