Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libm/man Note that rest of the functions come from C99.
details: https://anonhg.NetBSD.org/src/rev/f46c8c3e5b61
branches: trunk
changeset: 754527:f46c8c3e5b61
user: jruoho <jruoho%NetBSD.org@localhost>
date: Mon May 03 05:35:58 2010 +0000
description:
Note that rest of the functions come from C99.
diffstat:
lib/libm/man/exp.3 | 20 ++++++++++++++++++--
1 files changed, 18 insertions(+), 2 deletions(-)
diffs (38 lines):
diff -r 10f73e75d5d5 -r f46c8c3e5b61 lib/libm/man/exp.3
--- a/lib/libm/man/exp.3 Mon May 03 05:11:34 2010 +0000
+++ b/lib/libm/man/exp.3 Mon May 03 05:35:58 2010 +0000
@@ -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 ,
Home |
Main Index |
Thread Index |
Old Index