Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v6

pow(3)



pow floating exponentiation movf x,fr0

movf

y,fr1

jsr

pc,pow

double pow(x,y)
double x, y;

returns the value of x y (in fr0). is 0 for any returns a result only if is an integer. exp (III), log (III) The carry bit is set on return in case of overflow, or for non-integral From C there is no diagnostic.



pow(3)