summaryrefslogtreecommitdiffstats
path: root/lib/msun
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2011-03-07 08:54:20 +0000
committerdas <das@FreeBSD.org>2011-03-07 08:54:20 +0000
commitc1c16dcf08eba61c74ed2b7529433b3de0ec3026 (patch)
treeed4cce27e51efae131663b61b4055ccd377916ee /lib/msun
parent42f0a70e2e87cf1c7e2d40853d7b5c1ba992120d (diff)
downloadFreeBSD-src-c1c16dcf08eba61c74ed2b7529433b3de0ec3026.zip
FreeBSD-src-c1c16dcf08eba61c74ed2b7529433b3de0ec3026.tar.gz
Add cexp() to the complex(3) manpage. Thanks to bde for pointing out
that I missed this.
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/man/complex.326
1 files changed, 12 insertions, 14 deletions
diff --git a/lib/msun/man/complex.3 b/lib/msun/man/complex.3
index 79ba5bc..3f7c18c 100644
--- a/lib/msun/man/complex.3
+++ b/lib/msun/man/complex.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 19, 2011
+.Dd March 7, 2011
.Dt COMPLEX 3
.Os
.Sh NAME
@@ -73,6 +73,10 @@ respectively.
cabs complex absolute value (i.e. norm, modulus, magnitude)
csqrt complex square root
.El
+.Ss Exponential Function
+.Cl
+cexp exponential base e
+.El
.\" Section 7.3.9 of ISO C99 standard
.Ss Manipulation Functions
.Cl
@@ -97,29 +101,23 @@ The
functions described here conform to
.St -isoC-99 .
.Sh BUGS
-The trigonmetric functions
+The trigonmetric and hyperbolic functions
.Fn cacos ,
-.Fn casin ,
-.Fn catan ,
-.Fn ccos ,
-.Fn csin ,
-and
-.Fn ctan
-are not implemented.
-.Pp
-The hyperbolic functions
.Fn cacosh ,
+.Fn casin ,
.Fn casinh ,
+.Fn catan ,
.Fn catanh ,
+.Fn ccos ,
.Fn ccosh ,
+.Fn csin ,
.Fn csinh ,
+.Fn ctan ,
and
.Fn ctanh
are not implemented.
.Pp
-The exponential and logarithmic functions
-.Fn cexp ,
-and
+The logarithmic functions
.Fn clog
are not implemented.
.Pp
OpenPOWER on IntegriCloud