Basic & Scientific Calculator. Supports arithmetic, trig, logs, powers (use ^), parentheses, and large expressions. Toggle between Basic and Scientific layouts.
The Calculator supports basic arithmetic and scientific functions. Use ^
for power (e.g. 2^3
), trig functions via sin/cos/tan (input is in radians — see note below), logs and roots. For users who prefer degrees, wrap arguments with degToRad(x)
(helper provided).