Calculate the cosine of any angle in degrees or radians. View all six trig functions, quadrant, reference angle, and a complete common cosine values table.
The Cosine Calculator computes cos(θ) for any angle you enter, whether in degrees or radians, and delivers a complete trigonometric profile of that angle. Beyond the cosine value itself, you get the sine, tangent, secant, cosecant, and cotangent — all six trigonometric functions at a glance — along with the quadrant, reference angle, and sign information.
Cosine is one of the fundamental trigonometric functions. In a right triangle, cos(θ) equals the ratio of the adjacent side to the hypotenuse. On the unit circle, it represents the x-coordinate of the point at angle θ from the positive x-axis. Cosine appears everywhere: in physics for resolving forces and calculating wave amplitudes, in engineering for signal processing and Fourier transforms, in computer graphics for rotations and projections, and in navigation for bearing and distance calculations.
This calculator includes eight presets covering the most common angles — 0°, 30°, 45°, 60°, 90°, 120°, and their radian equivalents. A detailed table of standard cosine values from 0° to 360° provides a quick reference for homework, exams, or engineering work. The visual trig value bars give an intuitive sense of how cos, sin, and tan compare at any angle, with negative values extending left and positive right. Adjust the decimal precision from 0 to 15 places to match your accuracy requirements, whether you need a quick estimate or a high-precision scientific result.
Cosine (cos) Calculator helps you avoid repetitive setup mistakes when solving trigonometric and coordinate-geometry problems. Instead of recalculating conversions, signs, and edge cases by hand, you can test inputs immediately, inspect intermediate values, and confirm final answers before submitting work or using numbers in downstream calculations. It surfaces key outputs like cos(θ), sin(θ), tan(θ) in one pass.
cos(θ) = adjacent / hypotenuse (right triangle) = x-coordinate on unit circle. Related: sin²θ + cos²θ = 1, sec θ = 1/cos θ.
Result: 0.5
Using θ=60°, the calculator returns 0.5. This example mirrors the calculator's live computation flow and is useful for checking manual steps and unit handling.
This calculator is tailored to cosine (cos) calculator workflows, including common input modes, unit handling, and special-case behavior. It is designed for fast checking during homework, exam preparation, technical drafting, and coding tasks where trigonometric consistency matters.
Use the primary result together with supporting outputs to verify direction, magnitude, and validity. Cross-check against known identities or geometric constraints, and confirm that angle ranges, sign conventions, and domain restrictions are satisfied before using the numbers elsewhere.
A reliable way to improve is to solve once manually, then verify with the calculator and explain any mismatch. Repeat this on varied examples and edge cases. The built-in preset scenarios for quick trials, comparison tables for side-by-side validation, visual cues that make trends and quadrants easier to read help you build pattern recognition and reduce sign or conversion errors over time.
Cosine is a trigonometric function that, for an angle θ in a right triangle, equals the ratio of the side adjacent to θ divided by the hypotenuse. On the unit circle, it is the x-coordinate of the point at angle θ.
The cosine function always returns values between −1 and 1 inclusive, regardless of the input angle. cos(0°) = 1 and cos(180°) = −1 are the extreme values.
Multiply degrees by π/180 to get radians, or multiply radians by 180/π to get degrees. For example, 90° = π/2 radians.
A reference angle is the acute angle (between 0° and 90°) formed between the terminal side of your angle and the nearest x-axis. It helps determine the trig function value regardless of quadrant.
Due to floating-point representation, cos(π/2) may return a tiny number like 6.12×10⁻¹⁷ instead of exactly 0. This is a normal limitation of IEEE 754 arithmetic.
cos(θ) takes an angle and returns a ratio (−1 to 1). arccos (cos⁻¹) takes a ratio (−1 to 1) and returns an angle (0° to 180°). They are inverse functions.