Cosecant Calculator

Compute csc(θ) = 1/sin(θ) for any angle, entered in degrees or radians, along with the reciprocal sine value and both unit conversions.

Quick Facts

Definition
csc(θ) = 1 / sin(θ)
The reciprocal of the sine function; undefined wherever sin(θ) = 0.
Range
(-∞, -1] ∪ [1, ∞)
Since |sin(θ)| ≤ 1, |csc(θ)| is always at least 1.

Your Results

Calculated
Cosecant csc(θ)
-
1 / sin(θ)
Sine sin(θ)
-
Reciprocal reference value
Angle in radians
-
θ converted to radians
Angle in degrees
-
θ converted to degrees

Ready

Enter an angle and choose its unit, then press Calculate.

How the Cosecant works

Cosecant is one of the three reciprocal trigonometric functions. It is defined as the reciprocal of sine: csc(θ) = 1 / sin(θ). Wherever sine is small, cosecant is large, and wherever sine equals zero, cosecant is undefined. This calculator takes an angle in either degrees or radians, computes sin(θ), and returns 1/sin(θ) along with the angle expressed in both units.

Formula and method

Given an angle θ, the calculator first converts it to radians if you entered degrees (radians = degrees × π / 180), since JavaScript's trigonometric functions expect radians. It then evaluates sin(θ) and, provided that value is not zero, returns csc(θ) = 1 / sin(θ). The same reciprocal relationship holds for any angle: csc(θ) and sin(θ) always have the same sign, and the reciprocal identity sin(θ) = 1 / csc(θ) can be used to work backward from a known cosecant value.

Special angle values

  • csc(30°) = 2 — since sin(30°) = 0.5
  • csc(45°) = √2 ≈ 1.4142 — since sin(45°) = √2/2
  • csc(60°) = 2/√3 ≈ 1.1547 — since sin(60°) = √3/2
  • csc(90°) = 1 — since sin(90°) = 1, the smallest possible magnitude for cosecant

Checking your result

Two quick sanity checks apply to every cosecant result. First, |csc(θ)| should never be less than 1 — if a computed value falls between -1 and 1, the sine or angle was entered incorrectly. Second, csc(θ) should carry the same sign as sin(θ): positive for angles in the first and second quadrants (0° to 180°), negative in the third and fourth (180° to 360°).

Applications

Cosecant appears throughout trigonometric identities (such as the Pythagorean identity csc²θ = 1 + cot²θ), in solving trigonometric equations, and in fields like optics, wave mechanics, and structural engineering where reciprocal ratios of angles arise naturally. Label any result with the angle and unit used so it can be reproduced later.

Frequently Asked Questions

What is the cosecant of an angle?
Cosecant is the reciprocal of sine: csc(θ) = 1 / sin(θ). If sin(30°) = 0.5, then csc(30°) = 1 / 0.5 = 2. It is one of the three reciprocal trigonometric functions, alongside secant (1/cos) and cotangent (1/tan).
When is cosecant undefined?
Cosecant is undefined wherever sin(θ) = 0, which happens at every integer multiple of 180° (π radians) — that is, 0°, 180°, 360°, and so on. Dividing 1 by 0 has no defined value, so csc(θ) has a vertical asymptote at each of those angles.
What is the range of cosecant?
Because sin(θ) always lies between -1 and 1, its reciprocal csc(θ) can never fall strictly between -1 and 1. The range of cosecant is (-∞, -1] ∪ [1, ∞) — every output has an absolute value of 1 or greater.
How do I convert an angle between degrees and radians?
Multiply degrees by π/180 to get radians, or multiply radians by 180/π to get degrees. For example, 90° × π/180 = π/2 radians ≈ 1.5708 radians.