Note that rest of the functions come from C99.
This commit is contained in:
parent
ef40c024f6
commit
f08e16091d
|
@ -27,9 +27,9 @@
|
|||
.\"
|
||||
.\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91
|
||||
.\" $FreeBSD: src/lib/msun/man/exp.3,v 1.24 2008/01/18 21:43:00 das Exp $
|
||||
.\" $NetBSD: exp.3,v 1.25 2010/01/12 15:51:01 christos Exp $
|
||||
.\" $NetBSD: exp.3,v 1.26 2010/05/03 05:35:58 jruoho Exp $
|
||||
.\"
|
||||
.Dd January 12, 2010
|
||||
.Dd May 3, 2010
|
||||
.Dt EXP 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -347,6 +347,22 @@ and
|
|||
.Fn pow
|
||||
functions conform to
|
||||
.St -ansiC .
|
||||
The
|
||||
.Fn exp2 ,
|
||||
.Fn exp2f ,
|
||||
.Fn expf ,
|
||||
.Fn expm1 ,
|
||||
.Fn expm1f ,
|
||||
.Fn log1p ,
|
||||
.Fn log1pf ,
|
||||
.Fn log2 ,
|
||||
.Fn log2f ,
|
||||
.Fn log10f ,
|
||||
.Fn logf ,
|
||||
and
|
||||
.Fn powf
|
||||
functions conform to
|
||||
.St -isoC-99 .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn exp ,
|
||||
|
|
Loading…
Reference in New Issue