Sie können es auf 2 verschiedene Arten programmieren (zuerst ist das harte und das längste mit Schleife):
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//4^3 example
number=4
pow=3
result=0
i=1
whilei<powdo
ifi=1then
result=number
endif
result=result*number
i=i+1
wend
returnresult
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.
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue