summaryrefslogtreecommitdiffstats
path: root/lib/msun/man/exp.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/man/exp.3')
-rw-r--r--lib/msun/man/exp.310
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/msun/man/exp.3 b/lib/msun/man/exp.3
index 5907337..89a2dc5 100644
--- a/lib/msun/man/exp.3
+++ b/lib/msun/man/exp.3
@@ -28,7 +28,7 @@
.\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91
.\" $FreeBSD$
.\"
-.Dd July 10, 2012
+.Dd June 3, 2013
.Dt EXP 3
.Os
.Sh NAME
@@ -41,6 +41,7 @@
.Nm exp2l ,
.Nm expm1 ,
.Nm expm1f ,
+.Nm expm1l ,
.Nm pow ,
.Nm powf
.Nd exponential and power functions
@@ -64,6 +65,8 @@
.Fn expm1 "double x"
.Ft float
.Fn expm1f "float x"
+.Ft long double
+.Fn expm1l "long double x"
.Ft double
.Fn pow "double x" "double y"
.Ft float
@@ -88,9 +91,10 @@ functions compute the base 2 exponential of the given argument
.Fa x .
.Pp
The
-.Fn expm1
+.Fn expm1 ,
+.Fn expm1f ,
and the
-.Fn expm1f
+.Fn expm1l
functions compute the value exp(x)\-1 accurately even for tiny argument
.Fa x .
.Pp
OpenPOWER on IntegriCloud