Tested tool guide
Tested browser tools
Checked August 16, 2026
What Scientific Calculator does, with a checked example
A scientific calculator covers the functions found on a typical exam calculator: sine, cosine, tangent and their inverses, common (base-10) and natural (base-e) logarithms, exponentials, powers, roots, the constants pi and e, and a memory register for holding an intermediate result. You enter the expression with buttons or the keyboard and read the result. The thing users most often get wrong is the angle mode: the same input sin(30) returns 0.5 in degree mode but roughly -0.988 in radian mode. Check the mode indicator before trusting any trig answer.
Worked example
A concrete input and expected output from the current implementation.
Input
sin(30) with degree mode selected
->
Expected output
0.5 (degree mode). The same entry in radian mode gives -0.9880316.
Trigonometric functions interpret their argument in the currently selected angle unit. Thirty degrees has sine exactly 1/2, while 30 radians is about 1718.9 degrees, which lands in the fourth quadrant where sine is negative, about -0.9880.