תיעוד/פונקציות של Calc/LOG10
Outdated translations are marked like this.
TDF LibreOffice Document Liberation Project בלוגים קהילתיים Weblate Nextcloud Redmine Ask LibreOffice תרומה
שם הפונקציה:
LOG10
קטגוריה:
מתמטית
תקציר:
מחזירה לוגריתם בבסיס 10 של מספר.
תחביר:
LOG10(Number)
מחזירה:
מחזירה מספר ממשי שהוא הלוגריתם לבסיס 10 של מספר.
משתנים:
מספר הוא המספר החיובי הממשי או הפניה לתא שמכיל את המספר עבורו יחושב הלוגריתם בבסיס 10.
- אם מספר הוא שלילי או 0, אז הפונקציה מחזירה ערך שגיאה.
- If Number is less than or equal to 0, then LOG10 reports an invalid argument error (שגיאה:502).
פרטים נוספים:
- For any positive real number x, [math]\displaystyle{ 10^{\text{log}(x)}=x }[/math] and [math]\displaystyle{ \text{log}(10^x)=x }[/math].
- To convert the common logarithm of a positive real number x to a natural logarithm (base-e), use the formula [math]\displaystyle{ \text{ln}(x)=\text{log}(x)~/~\text{log}(e) }[/math].
- Additional information about common logarithms can be found at Wikipedia's Common logarithm page.
- האיור שלהלן מתאר את הפונקציה LOG10:
דוגמאות:
נוסחה | תיאור | מחזירה |
---|---|---|
=LOG10(3.5) | הלוגריתם בבסיס 10 של 5 | 0.544068044350276 |
=LOG10(0.5) | הלגוריתם בבסיס 10 של 10 מועלה בחזקת 4 זה הוא עצמו | −0.301029995663981 |
=LOG(-5) | הפונקציה מחזירה שגיאה כיוון שהמשתנה הוא שלילי | 0 |
=LOG10(POWER(10; 1)) | Here the function returns the common logarithm of 10. | 1 |
=LOG10(POWER(10; 34)) | Here the function returns the common logarithm of 10 raised to the power of 34, which is 34. | 34 |
=POWER(10; LOG10(789)) | Here the function returns 10 to the power of the common logarithm of 789, which is 789. | 789 |
פונקציות LibreOffice קשורות:
תקן ODF:
פונקציות Excel מקבילות (או דומות):
LOG10