ACOS Function in Excel

Introduction

Excel में Mathematical और Trigonometric Functions का उपयोग scientific और engineering calculations के लिए किया जाता है। उन्हीं में से एक है ACOS Function

👉 यह function किसी संख्या का arccosine (inverse cosine) value देता है।

What is ACOS Function in Excel?

ACOS Function Excel में किसी दिए गए number का arccosine निकालने के लिए उपयोग होता है।

  • यह result हमेशा radians में देता है।
  • Result का range 0 से π (pi) radians यानी 0 से 180 degrees तक होता है।

👉 Formula:

=ACOS(number)

Syntax

ACOS(number)

Arguments

  • number → यह argument –1 से +1 के बीच होना चाहिए।
    • अगर value इस range से बाहर होगी तो Excel #NUM! Error देगा।

Example of ACOS Function

NumberFormulaResult (in radians)Result (in degrees)
1=ACOS(1)0
0.5=ACOS(0.5)1.047260°
0=ACOS(0)1.570890°
–1=ACOS(-1)3.1416180°

👉 Degrees में answer लाने के लिए formula में DEGREES function का उपयोग करें:

=DEGREES(ACOS(number))

Uses of ACOS Function in Excel

✅ Trigonometry और geometry calculations के लिए।
✅ Physics और Engineering में angle निकालने के लिए।
✅ Data analysis और mathematical modeling में।
✅ जब भी आपको cos⁻¹(x) यानी inverse cosine चाहिए।

Excel का ACOS Function एक महत्वपूर्ण trigonometric function है जो किसी भी number का inverse cosine value देता है।
यह खासकर scientific, engineering और mathematical calculations में बहुत उपयोगी है।

👉 Pro Tip: अगर आप radians की बजाय सीधे degrees में result चाहते हैं तो =DEGREES(ACOS(number)) का उपयोग करें।

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top