Skip to main content
DigiCalcs

learn.howToCalculate

learn.whatIsHeading

Absolute value |x| is the distance of a number from zero on the number line, always non-negative. |3| = 3, |−3| = 3, |0| = 0. In complex numbers, absolute value is the distance from the origin: |a+bi| = √(a²+b²).

단계별 가이드

  1. 1|x| = x if x ≥ 0; |x| = −x if x < 0
  2. 2|x − y| = distance between x and y on the number line
  3. 3Triangle inequality: |a + b| ≤ |a| + |b|
  4. 4Properties: |ab| = |a||b|, |a/b| = |a|/|b|, |a|² = a²

풀어진 예시

입력
|−7.5|
결과
7.5
Distance from zero, always positive
입력
|3 − 8|
결과
5
Distance between 3 and 8 on number line

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

직접 시도해 보세요 →

설정