summaryrefslogtreecommitdiff
path: root/static/v10/man3/exp.3
diff options
context:
space:
mode:
Diffstat (limited to 'static/v10/man3/exp.3')
-rw-r--r--static/v10/man3/exp.328
1 files changed, 28 insertions, 0 deletions
diff --git a/static/v10/man3/exp.3 b/static/v10/man3/exp.3
new file mode 100644
index 00000000..43f56f35
--- /dev/null
+++ b/static/v10/man3/exp.3
@@ -0,0 +1,28 @@
+.pa 1
+.he 'EXP (III)'1/15/73'EXP (III)'
+.ti 0
+NAME exp -- exponential function
+.sp
+.ti 0
+SYNOPSIS jsr r5,exp
+.sp
+.ti 0
+DESCRIPTION The
+exponential of fr0 is returned in fr0.
+.sp
+.ti 0
+FILES kept in /lib/liba.a
+.sp
+.ti 0
+SEE ALSO --
+.sp
+.ti 0
+DIAGNOSTICS If
+the result is not representable, the
+c-bit is set
+and the largest positive number is returned.
+.sp
+Zero is returned if the result would underflow.
+.sp
+.ti 0
+BUGS ---