Note that rest of the functions come from C99.

This commit is contained in:
jruoho 2010-05-03 05:35:58 +00:00
parent ef40c024f6
commit f08e16091d
1 changed files with 18 additions and 2 deletions

View File

@ -27,9 +27,9 @@
.\" .\"
.\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91 .\" 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 $ .\" $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 .Dt EXP 3
.Os .Os
.Sh NAME .Sh NAME
@ -347,6 +347,22 @@ and
.Fn pow .Fn pow
functions conform to functions conform to
.St -ansiC . .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 .Sh HISTORY
A A
.Fn exp , .Fn exp ,