Type sin(30) into a calculator and it answers 0.5. Type the exact same sin(30) on a different calculator, or the same calculator after someone bumped a setting, and it answers about -0.988. Same buttons, same order, two completely different numbers. The cause is not a broken calculator. The cause is angle mode, the hidden setting that decides whether “30” means 30 degrees or 30 radians.
A calculator’s trig functions depend on its angle mode. In degree mode, sin(30) equals 0.5, the familiar textbook answer. In radian mode, that same keypress treats 30 as 30 radians, a much larger angle after wrapping around the circle, giving about -0.988. Degrees and radians are two different units for measuring the same angle: 360 degrees equals 2 x pi radians, about 6.2832 radians, and 1 radian equals about 57.2958 degrees. Fix a wrong-mode answer by checking the small DEG, RAD, or GRAD indicator on the display and switching modes to match the unit the problem actually calls for. No dedicated trig-mode tool exists on this site yet, but the Math Calculators hub is a solid starting point for testing the fix on a real calculator.
What Is the Difference Between Degrees and Radians?
Degrees and radians are two separate units for measuring the same angle, the way inches and centimeters are two separate units for measuring the same length. A full circle equals 360 degrees. That exact same full circle also equals 2 x pi radians, which works out to about 6.2832 radians.
Pi is a fixed number, roughly 3.14159, so 2 x pi is roughly 6.28319. That single fact, 360 degrees equals about 6.2832 radians, is the bridge between the two systems. One radian, going the other direction, equals about 57.2958 degrees.
Degrees split a circle into 360 equal slices, a system that traces back to ancient counting habits. Radians instead measure an angle by the length of the arc it traces on a circle with a radius of 1, which is why the full circle works out to 2 x pi rather than a round number like 360.
Neither unit is more correct than the other. A calculator has no way to guess which one a user means, so it relies entirely on a stored mode setting, and every trig calculation runs through whichever unit that setting points to.
Why Does the Same Keypress Give a Wildly Different Number?
A calculator does not know the intended unit behind a typed number, so it always applies its current mode. Typing 30 and pressing sin gives 0.5 in degree mode, because sin of 30 degrees is exactly 0.5 on the unit circle.
The exact same keys, sin then 30, give about -0.988 in radian mode. The calculator now reads that 30 as 30 radians, a genuinely huge angle, more than four full trips around the circle, since one full circle is only about 6.2832 radians.
Working through the wrap-around explains the negative result. Dividing 30 by 6.2832 gives about 4.77 full circles, so subtract four full circles, 25.1327 radians, leaving a remainder of about 4.8673 radians. That remainder lands in a part of the circle where sine is negative and close to its lowest point, which is exactly why the answer comes out near -0.988 instead of anywhere close to 0.5.
This gap is not a rounding error and it is not a calculator defect. It is two different questions wearing the same keypress. Sin of 30 degrees asks about a small, familiar angle. Sin of 30 radians asks about a huge angle wrapped many times around a circle, and the two questions simply have different answers.
How Do You Tell Which Mode Your Calculator Is In?
Look for a small indicator on the display, usually reading DEG, RAD, or GRAD. That short label is the calculator’s angle mode, and it stays visible the entire time the calculator is on.
DEG means degree mode, the setting most people expect for everyday trigonometry problems taught in school. RAD means radian mode, the default expected in most calculus courses and in higher-level math and physics work. GRAD means gradian mode, a less common third unit where a full circle equals 400 grads instead of 360 degrees or 2 x pi radians.
That indicator often sits in a corner of the screen, small enough to miss at a glance, especially on a calculator shared with someone who left it in a different mode. A wrong answer with no obvious cause is worth a quick glance at that corner before anything else.
Some calculator apps on a phone or in a browser hide the mode indicator inside a settings menu instead of showing it on the main screen. Checking a device’s manual is the reliable way to find that exact setting when the indicator is not visible up front.
How Do You Switch Between Degree and Radian Mode?
Switching modes varies by calculator brand and model, so a device’s manual is the only fully reliable reference for the exact steps. Many scientific calculators use a MODE button that cycles through a short menu including DEG, RAD, and GRAD as selectable options.
Some calculators instead use a dedicated DRG button that cycles the three modes directly with each press, skipping a menu entirely. Graphing calculators typically bury the setting inside a MODE screen with cursor keys used to highlight and confirm the chosen unit.
Phone calculator apps usually need a rotation to landscape view to reveal scientific functions, and the mode toggle often sits as a small DEG and RAD switch near those functions. Spreadsheet formulas and most programming languages default to radians internally, an important detail for anyone moving a calculation from a calculator into code.
The safest habit is checking the mode indicator immediately before starting any trig problem, not after getting a suspicious answer. That single habit prevents the vast majority of degree-radian mix-ups before they ever reach a final answer.
How Do You Convert Between Degrees and Radians by Hand?
Convert degrees to radians by multiplying the degree value by pi divided by 180. Convert radians to degrees by multiplying the radian value by 180 divided by pi. Both formulas come directly from the single fact that 360 degrees equals 2 x pi radians.
Worked example one: convert 45 degrees to radians. Multiply 45 by pi over 180, which simplifies to pi over 4, equal to about 0.7854 radians. A calculator switched to radian mode would need that 0.7854 figure typed in directly to represent the same 45-degree angle.
Worked example two: convert 2 radians to degrees. Multiply 2 by 180 over pi, which equals about 114.59 degrees. That single conversion shows how a modest-looking radian value can represent a fairly large angle once translated into the more familiar degree scale.
The table below lines up common angles in both units side by side, useful as a quick reference while working through any trig problem that mixes the two systems.
| Degrees | Exact Radians | Decimal Radians |
|---|---|---|
| 0 degrees | 0 | 0 |
| 30 degrees | pi / 6 | about 0.5236 |
| 45 degrees | pi / 4 | about 0.7854 |
| 60 degrees | pi / 3 | about 1.0472 |
| 90 degrees | pi / 2 | about 1.5708 |
| 180 degrees | pi | about 3.1416 |
| 270 degrees | 3 x pi / 2 | about 4.7124 |
| 360 degrees | 2 x pi | about 6.2832 |
Notice the pattern: each degree value multiplies by pi over 180 to land on its matching radian value, and the two columns always describe the exact same physical angle, just measured in different units.
What Quick Sanity Checks Catch a Wrong-Mode Answer?
Two fast checks catch most wrong-mode mistakes before they cause real damage. First, sin of 90 degrees must equal exactly 1, the maximum value sine ever reaches, since a 90-degree angle points straight up on the unit circle. An answer that is not 1 for that exact input signals the calculator is not in degree mode.
Second, sine of a small angle should land close to 0, not far from it. Sin of 2 degrees equals about 0.0349, close to 0 as expected for a small angle. Sin of 2 radians equals about 0.9093, nowhere near 0, since 2 radians is actually a fairly wide angle, about 114.59 degrees. Typing 2 and getting an answer far from 0 is a strong hint the calculator sits in radian mode instead of degree mode.
These two checks work because they exploit values that behave predictably in one unit and unpredictably in the other. A quick mental estimate before trusting a displayed answer catches nearly every mode mistake in seconds, without needing to redo the full calculation by hand.
The table below compares the same three angles across both modes side by side, showing how far apart the answers land depending on which unit the calculator actually used.
| Typed Angle | Sin in Degree Mode | Sin in Radian Mode |
|---|---|---|
| 30 | 0.5 | about -0.988 |
| 45 | about 0.7071 | about 0.851 |
| 60 | about 0.866 | about -0.305 |
| 90 | 1 (exact) | about 0.894 |
The degree column follows a familiar, gently rising pattern up to exactly 1 at 90. The radian column swings unpredictably, since each of those typed numbers actually represents a huge angle once wrapped around the circle several times, which is exactly the mismatch these sanity checks are built to catch.
Why Does Angle Mode Confusion Happen So Often?
Angle mode confusion happens because the mode setting is silent and sticky. A calculator holds whatever mode it last used, with no prompt asking which unit the next problem needs, so a mode set for one task quietly carries over into a completely unrelated one.
A shared calculator, borrowed from a classmate, a sibling, or a desk drawer at work, is a common source of the problem, since the previous user’s last setting stays in place until someone actively changes it. A single accidental button press during an unrelated task can flip the mode without anyone noticing until a trig answer looks strange.
Order of operations mistakes cause a similarly stubborn wrong-answer pattern from a different cause entirely, worth a look in the companion piece on calculator order of operations for anyone chasing down an unexpected result that has nothing to do with angle mode. Rounding quirks in decimal answers are another separate source of a “wrong-looking” result, covered in the piece on why calculators show a slightly wrong decimal.
Building the habit of checking mode before every trig problem, rather than only after a suspicious answer appears, removes nearly all of this confusion at its source.
Want to test the fix on real numbers? Browse our Math Calculators hub to find a calculator and practice switching between degree and radian mode with actual trig problems.
FAQs About Degrees vs Radians on a Calculator
Is Radian Mode More Accurate Than Degree Mode?
No. Degrees and radians are simply two different units for the same angle, the way inches and centimeters measure the same length. Neither mode is more accurate than the other, and the correct choice depends entirely on which unit the specific problem calls for.
What Is the Difference Between Degree Mode and Radian Mode on a Calculator?
Degree mode treats a typed number as an angle out of 360 total degrees in a circle. Radian mode treats that same number as an angle out of about 6.2832 radians in a circle, since 360 degrees equals 2 x pi radians. The same typed number represents a very different sized angle in each mode.
What Happens If My Calculator Is Set to Grad Mode Instead?
Grad mode splits a full circle into 400 gradians instead of 360 degrees or 2 x pi radians. Typing 30 in grad mode gives yet a third answer, different from both the degree and radian results, so grad mode needs the same mode check as the other two before trusting any trig result.
What Is the Most Common Trig Mistake Students Make With Calculator Mode?
The most common mistake is solving a degree-based problem while the calculator sits in radian mode, or the reverse, without checking the small mode indicator first. This single oversight produces a confidently wrong answer that looks like a calculation error but actually traces back to a mismatched setting.
How Do I Switch My Calculator Between Degrees and Radians?
Most scientific calculators use a MODE button or a dedicated DRG button that cycles through DEG, RAD, and GRAD. The exact steps vary by brand and model, so checking a device’s manual gives the precise sequence for that specific calculator.
Why Does the Same Button Press Give Two Different Trig Answers?
The calculator applies whatever angle mode is currently stored, and it has no way to detect the intended unit behind a typed number. Sin of 30 in degree mode reads 30 as 30 degrees, while sin of 30 in radian mode reads that same number as 30 radians, a far larger angle after wrapping around the circle.
What Is Sin of 30 Degrees Compared to Sin of 30 Radians?
Sin of 30 degrees equals exactly 0.5, a standard textbook value. Sin of 30 radians equals about -0.988, since 30 radians wraps around the circle more than four full times before landing in a region where sine sits close to its lowest point.
Sources
Reference Sources Used in This Article
This article is for general math education only. Exact calculator behavior varies by brand and model, so check your device’s manual for specifics. Reviewed for accuracy by Prof. Dr. Khalil Mudassar, PhD. Last updated September 23, 2026.
Author
Shakeel Muzaffar is the Founder and Editor-in-Chief of MultiCalculators.com, bringing over 15 years of experience in digital publishing, product strategy, and online tool development. He leads the platform's editorial vision, ensuring every calculator meets strict standards for accuracy, usability, and real-world value. Shakeel personally oversees content quality, formula verification workflows, and the platform's commitment to publishing tools that are genuinely useful for students, professionals, and everyday users worldwide.




