תיעוד/פונקציות של Calc/COS

    From The Document Foundation Wiki
    This page is a translated version of the page Documentation/Calc Functions/COS and the translation is 6% complete.
    Outdated translations are marked like this.
    Other languages:


    שם הפונקציה:

    COS

    קטגוריה:

    מתמטית

    תקציר:

    מחזירה את הקוסינוס של זווית נתונה (ברדיאנים).

    תחביר:

    COS(Number)

    מחזירה:

    מחזירה את הקוסינוס (הטריגונומטרי) של מספר, הזווית ברדיאנים. הערך המתקבל הוא בין ‎-1 ל־1, כלומר ‎[-1,1].

    משתנים:

    מספר הוא המספר הממשי או הפניה לתא שמכיל את המספר הזה שהוא הזווית ברדיאנים שאת הקוסינוס שלה יש לחשב.

    • If Number is non-numeric, then COS reports a #VALUE! error.

    פרטים נוספים:

    כדי לספק זווית במעלות, אפשר או להכפיל את הזווית ב־PI()/180 או להשתמש בפונקציה RADIANS כדי להמיר את הזווית לרדיאנים.

    The formula for the trigonometric cosine of x is:

    [math]\displaystyle{ \cos(x)~=~\sum_{n=0}^{\infty }\frac{(-1)^{n}}{(2n)!}~x^{2n} }[/math]

    הציור שלהלן ממחיש את פונקציית COS.

    פונקציית COS

    דוגמאות:

    נוסחה תיאור מחזירה
    =COS(1) קוסינוס של רדיאן 1 0.54030230586814
    =COS(D1) where cell D1 contains the number -0.5. Trigonometric cosine of -½ radian. 0.877582561890373
    =COS(PI()*2) קוסינוס של ‎2*PI או 2π רדיאנים 1
    =COS(RADIANS(60)) קוסינוס של 60° על ידי המרת הזווית ממעלות לרדיאנים תחילה. 0.5
    =DEGREES(ACOS(COS(RADIANS(60))) An angle of 60° is converted to radians, its cosine is taken, then the inverse cosine of that value is calculated, and finally the result is converted back to degrees. 60

    פונקציות LibreOffice קשורות:

    ACOS

    COT

    CSC

    SEC

    SIN

    TAN

    תקן ODF:

    פונקציות Excel מקבילות (או דומות):

    COS