Module Name: src Committed By: jruoho Date: Mon May 3 05:35:58 UTC 2010
Modified Files: src/lib/libm/man: exp.3 Log Message: Note that rest of the functions come from C99. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libm/man/exp.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libm/man/exp.3 diff -u src/lib/libm/man/exp.3:1.25 src/lib/libm/man/exp.3:1.26 --- src/lib/libm/man/exp.3:1.25 Tue Jan 12 15:51:01 2010 +++ src/lib/libm/man/exp.3 Mon May 3 05:35:58 2010 @@ -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 @@ .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 ,