Examples: 0xFF bitAnd 0b11110000 · 1 leftShift 8 · (0xCAFE) bitOr 0xBABE
Any user-defined functions and variables (from Standard mode) are usable here.
Try x = 5 in Standard then x*sin(x) here.
Scientific calculator
Type math like you'd write it. Supports sin(pi/4), 5km + 3mi,
(2+3i)^2, [1,2;3,4] * [5;6], derivative('x^3','x'),
x = 42, f(t) = exp(-t^2). 100% in your browser.
Examples: 0xFF bitAnd 0b11110000 · 1 leftShift 8 · (0xCAFE) bitOr 0xBABE
Any user-defined functions and variables (from Standard mode) are usable here.
Try x = 5 in Standard then x*sin(x) here.
About
SciCal is a feature-complete scientific calculator built around the
math.js expression engine. Type math the way you'd write it in a paper —
2 sin(π/4), 5km/h in m/s,
e^(iπ) + 1, det([1,2;3,4]),
derivative('x^3','x') — and it just works.
5km + 3mi, 30 m/s to km/h, automatic unit propagation.x = 42, f(t) = sin(t)^2.derivative('cos(x)*x', 'x').ans in expressions to refer to the last result.[1,2,3; 4,5,6; 7,8,9] (rows separated by ;).2pi, 3sin(x).Built on math.js (Jos de Jong, MIT licence). Constants from CODATA 2018 and IAU 2015 nominal values. Part of the EuKosmos research-tool family.