Jump to content

Documentation/Calc Functions/EKSP

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


Funktionsnavn:

EKSP

Kategori:

Matematisk

Resume:

Funktionen giver e ophævet til potensen af et tal. konstanten e har en værdi af tilnærmelsesvis 2,71828182845904.

Syntaks:

EKSP(Number)

Returnerer:

Returnerer et positivt reelt tal.

Argumenter:

Tallet er et reelt tal, eller en reference til en celle, der indeholder tallet, som er den potens, som e skal ophæves til.

  • If Number is non-numeric, then EKSP returns a #VÆRDI! error.

Yderligere oplysninger:

  • The mathematical constant e has a value of approximately 2.71828182845904.
  • Formlen, der bruges til beregne funktionen EKSP, er:

[math]\displaystyle{ \text{EXP}(x)~=~1+\frac{x}{1!}+\frac{x^2}{2!}+\frac{x^3}{3!}+\frac{x^4}{4!}+... }[/math]

  • GIFen herunder illustrerer funktionen EKSP:
funktionen EKSP

Eksempler:

Formel Beskrivelse Returnerer
=EKSP(−6) e raised to the power of -6. 0,002478752176666
=EKSP(D1) where cell D1 contains the number 0. e raised to the power of 0. 1
=EKSP(1) e raised to the power of 1. 2,71828182845904
=EKSP(8) e raised to the power of 8. 2.980,95798704173

Beslægtede LibreOffice-funktioner:

LN

LOG

ODF standard:

Relaterede (eller lignende) Excel-funktioner:

EXP