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

exp(3)



exp exponential function jsr pc,exp double exp(x)

double x; The exponential of fr0 is returned in fr0. From C, the exponential of x is returned. If the result is not representable, the c-bit is set and the largest positive number is returned. From C, no diagnostic is available. Zero is returned if the result would underflow.



exp(3)