EXP (III) 1/15/73 EXP (III)
NAME exp -- exponential function
SYNOPSIS jsr r5,exp
DESCRIPTION The exponential of fr0 is returned in fr0.
FILES kept in /lib/liba.a
SEE ALSO --
DIAGNOSTICS If the result is not representable, the c-bit is
set and the largest positive number is returned.
Zero is returned if the result would underflow.
BUGS ---