MathAbs , MathPow

 

i look the documantation and i find this

dy=MathAbs(dx);

z=MathPow(x,y);

then i don't understand what means these ?

MathPow(x,y); ???

MathAbs(x-y) ; ????

someone help me ? i don't know what these are means ?

 

RaptorUK ?

please ?

:)

 
i think MathAbs is absolute value like this |-3| = 3 :P i see now :) is it true ?
 
yilmazkahya:

i look the documantation and i find this

dy=MathAbs(dx);

z=MathPow(x,y);

then i don't understand what means these ?

MathPow(x,y); ???

MathAbs(x-y) ; ????

someone help me ? i don't know what these are means ?

Do you read the book about function calls? Did you read their documention?

MathAbs what part of "Returns the absolute value of the specified numeric value" was unclear?

MathPow what part of "Returns the value of the base expression raised to the specified power" was unclear?

 

for example MathPow(x,y) means, x = y ??

and for example y is how many order open ? y is value and this is reason of we use MathPow ??

do i know true ?

 
Base raised to the specified power
Base
Power B^P
2
2
4
2
3
8
3
2
9
3 3 27
Reason: