Wie kann ich potenzieren / How to multiply

Forums ProRealTime Deutsch forum ProBuilder Support Wie kann ich potenzieren / How to multiply

Viewing 2 posts - 1 through 2 (of 2 total)
  • #80527

    Hi,

    ich scheitere gerade am simplen potenzieren. Also zum Beispiel 5³ (5 hoch 3) oder 4 hoch 8.
    Kann mir jemand helfen?

    Hi,

    i try to multiply but i don’t know how. For example 5 to the power of 3 (5³) or 4 to the power of 8.
    Can anybody help?

    Thanks alot.

    #80652

    Sie können es auf 2 verschiedene Arten programmieren (zuerst ist das harte und das längste mit Schleife):

    Der zweite ist:
    Ich habe eine mathematische Entsprechung gefunden, wenn die Prorealtime LOG-Funktion (im Handbuch als Napierian-Log bezeichnet) tatsächlich die gemeinsame LN-Funktion ist:
    y = x ^ p = e ^ (p * LN (x))
    Dies könnte dann wie folgt codiert werden: y = EXP (p * LOG (x)) Dies funktioniert gut.

    1 user thanked author for this post.
Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login