What do deg, rad, and gra on the calculator mean?

The labels **deg**, **rad**, and **gra** on a calculator refer to three distinct angular units used for measuring and calculating trigonometric functions: degrees, radians, and gradians. This setting is crucial because the sine, cosine, and tangent of an angle are numerically dependent on which unit system is applied. Selecting the wrong mode will yield incorrect results, as an input like `sin(90)` produces 1 in degree mode but approximately 0.893996664 in radian mode. The primary purpose of this selector is to ensure computational consistency between the angle measure you intend to use and the calculator's internal mathematical functions, which operate on a specific interpretation of the input number.

The most common unit, **deg**, divides a full circle into 360 degrees, a system rooted in historical astronomy and Babylonian mathematics. The **rad** setting uses radians, where a full circle is 2π radians, making it the natural unit for pure mathematics and calculus because it simplifies derivatives and integrals of trigonometric functions. For instance, in radian mode, the derivative of sin(x) is cos(x) without extra scaling factors. The **gra** option stands for gradians, also called gons, which divide a right angle into 100 grads and a full circle into 400 grads; this decimal-based system is occasionally used in surveying and some engineering fields for its alignment with metric calculations, though it is far less prevalent in general academic or scientific contexts.

Mechanically, the calculator's mode switch changes how the processor interprets the numerical argument preceding a trigonometric function. When in degree mode, the calculator internally converts the input into radians for its core computation, as the underlying algorithms are typically radian-based, and then outputs the result. The practical implication is that users must align the mode with their problem's source: geometry and navigation typically use degrees, advanced mathematics and physics problems use radians, and specific technical disciplines might specify gradians. Failure to match the mode is a frequent source of error, especially when working with calculus or physics formulas that implicitly assume radian measure. Therefore, consciously verifying this setting before performing trigonometric calculations is a fundamental step in ensuring accuracy, as the numerical discrepancy is not a rounding error but a fundamental difference in the angle's definition.