Skip to main content

learn.howToCalculate

learn.whatIsHeading

Arctan (inverse tangent, tan⁻¹) returns the angle whose tangent equals the input. Unlike arcsin and arccos, the domain is all real numbers (−∞, +∞).

공식

θ = arctan(x) where tan(θ) = x
x
input value (tangent) — any real number (−∞, +∞)
θ
angle result (degrees or radians)

단계별 가이드

  1. 1arctan(x) returns θ where tan(θ) = x
  2. 2Domain: all real numbers
  3. 3Range: (−90°, 90°) or (−π/2, π/2)
  4. 4arctan(1) = 45°, arctan(0) = 0°

풀어진 예시

입력
arctan(1)
결과
45° or π/4 radians
입력
arctan(√3)
결과
60° or π/3 radians
입력
arctan(−1)
결과
−45°

자주 묻는 질문

What is the domain and range of arctan?

Domain: all real numbers. Range: (−90°, 90°) or (−π/2, π/2) radians.

Why does arctan have a larger domain than arcsin and arccos?

Tangent is defined for all angles except ±90°, so its inverse also accepts all real values.

What is atan2 and how does it differ from arctan?

atan2(y, x) takes two arguments and returns the angle in the correct quadrant. arctan only uses one value.

계산할 준비가 되셨나요? 무료 Arctan 계산기를 사용해 보세요

직접 시도해 보세요 →

설정

개인정보이용약관정보© 2026 PrimeCalcPro