Revision 91d4927d0609c1dc92645fe4011e036418afbf2c authored by Ken Thompson on 06 November 1973, 02:16:53 UTC, committed by Ken Thompson on 06 November 1973, 02:16:53 UTC
Work on file man/man2/signal.2

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v4
1 parent 807a91b
Raw File
exp.3
.th EXP III 4/30/73
.sh NAME
exp \*- exponential function
.sh SYNOPSIS
.ft B
jsr	r5,exp
.s3
double exp(x)
.br
double x;
.ft R
.sh DESCRIPTION
The
exponential of fr0 is returned in fr0.
From C, the exponential of \fIx\fR is returned.
.sh DIAGNOSTICS
If
the result is not representable, the
c-bit is set
and the largest positive number is returned.
From C, no diagnostic is available.
.s3
Zero is returned if the result would underflow.
.sh BUGS
back to top