Documentation/Calc Functions/TANH

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


    Funktionsnavn:

    TANH

    Kategori:

    Matematisk

    Resume:

    Returnerer den hyperbolske tangens af et tal.

    Syntaks:

    TANH(Number)

    Returnerer:

    Returnerer den hyperbolske tangens af tallet. Den resulterende værdi er mellem -1 og +1, dvs. [-1,+1].

    Argumenter:

    Tallet er det reelle tal eller en reference til en celle, der indeholder det tal, hvis hyperbolske tangens-værdi skal beregnes.

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

    Yderligere oplysninger:

    Formlen for den hyperbolic tangens er:

    Tanhe.png

    [math]\displaystyle{ \tanh(x)~=~\frac{\sinh(x)}{\cosh(x)}~=~\frac{e^x-e^{-x}}{e^x+e^{-x}} }[/math]

    GIFen herunder illustrerer funktionen TAN.

    Funktionen TANH

    Eksempler:

    Formula Description Returns
    =TANH(0) Hyperbolic tangent of 0. 0
    =TANH(D1) where cell D1 contains the number -2. Hyperbolic tangent of -2. −0,964027580075817
    =ARCTANH(TANH(3)) The hyperbolic tangent of 3 radians is taken and then the inverse hyperbolic tangent of that value is calculated. 3

    Beslægtede LibreOffice-funktioner:

    ARCTANH

    COSH

    COTH

    CSKH

    FISHERINV

    SEKH

    SINH

    ODF standard:

    Section 6.16.70, part 2

    Tilsvarende Excel-funktioner:

    TANH