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

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


    שם הפונקציה:

    TRUNC

    קטגוריה:

    מתמטית

    תקציר:

    מקצרת מספר על ידי הסרת מקומות עשרוניים.

    תחביר:

    TRUNC(Number[; Count])

    מחזירה:

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

    משתנים:

    מספר הוא מספר ממשי או הפניה לתא שמכיל את המספר לקיצור.

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

    • אם כמות אינו מספר שלם, הפונקציה מעגלת אותו למטה למספר השלם הקרוב ביותר.
    • If Count is equal to zero, then rounding is to the next integer toward 0.
    • If Count is a negative integer, then rounding is to the left of the decimal separator. For example, if Count is equal to -1 then numbers are rounded (toward 0) to the next multiple of 10; if Count is equal to -2 then numbers are rounded (toward 0) to the next multiple of 100; and so on. The value returned by TRUNC will always be an integer when Count is negative.

    The following conditions (including errors) may be encountered:

    • If either Number or Count is non-numeric, then TRUNC reports a #VALUE! error.
    • If Count is a non-integer value, then it is rounded to the next integer in the direction of 0.

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

    • If you obtain unexpected results from TRUNC, check the following:
    1. Make sure that the number of displayed decimal places is not affected by the setting of the Limit decimals for general number format option in the General Calculations area of the Tools ▸ Options ▸ LibreOffice Calc ▸ Calculate dialog (LibreOffice ▸ Preferences ▸ LibreOffice Calc ▸ Calculate on macOS).
    2. Access the Numbers tab on the Format Cells dialog (Format ▸ Cells or equivalent interaction) to make sure that relevant cells do not have formatting applied that affects the number of displayed decimal places.

    דוגמאות:

    נוסחה תיאור מחזירה
    =TRUNC(2.348; 2) מקצרת את 1.239 ל־2 מקומות עשרוניים 2.34
    ‎=TRUNC(-1.234999;3) מקצרת את -1.234999 ל־3 מקומות עשרוניים −32.483
    =TRUNC(2.648; 0) Here the function rounds 2.648 toward 0, to the next integer. The alternative formula =TRUNC(2.648) returns the same value. 2
    =TRUNC(−45.67) Here the function rounds -45.67 toward 0, to the next integer. −45
    =TRUNC(987.65; -2) Here the function rounds 987.65 toward 0, to the next hundred. 900

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

    INT

    ROUND

    ROUNDDOWN

    ROUNDUP

    תקן ODF:

    סעיף 6.17.8, חלק 2

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

    TRUNC