Add cexp() to the complex(3) manpage. Thanks to bde for pointing out

that I missed this.
This commit is contained in:
David Schultz 2011-03-07 08:54:20 +00:00
parent d76098d531
commit d132715684

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd February 19, 2011 .Dd March 7, 2011
.Dt COMPLEX 3 .Dt COMPLEX 3
.Os .Os
.Sh NAME .Sh NAME
@ -73,6 +73,10 @@ respectively.
cabs complex absolute value (i.e. norm, modulus, magnitude) cabs complex absolute value (i.e. norm, modulus, magnitude)
csqrt complex square root csqrt complex square root
.El .El
.Ss Exponential Function
.Cl
cexp exponential base e
.El
.\" Section 7.3.9 of ISO C99 standard .\" Section 7.3.9 of ISO C99 standard
.Ss Manipulation Functions .Ss Manipulation Functions
.Cl .Cl
@ -97,29 +101,23 @@ The
functions described here conform to functions described here conform to
.St -isoC-99 . .St -isoC-99 .
.Sh BUGS .Sh BUGS
The trigonmetric functions The trigonmetric and hyperbolic functions
.Fn cacos , .Fn cacos ,
.Fn casin ,
.Fn catan ,
.Fn ccos ,
.Fn csin ,
and
.Fn ctan
are not implemented.
.Pp
The hyperbolic functions
.Fn cacosh , .Fn cacosh ,
.Fn casin ,
.Fn casinh , .Fn casinh ,
.Fn catan ,
.Fn catanh , .Fn catanh ,
.Fn ccos ,
.Fn ccosh , .Fn ccosh ,
.Fn csin ,
.Fn csinh , .Fn csinh ,
.Fn ctan ,
and and
.Fn ctanh .Fn ctanh
are not implemented. are not implemented.
.Pp .Pp
The exponential and logarithmic functions The logarithmic functions
.Fn cexp ,
and
.Fn clog .Fn clog
are not implemented. are not implemented.
.Pp .Pp