From 4d922c8f45e1e45c599033212fc350ac5e7f18af Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Sun, 12 Jul 2009 23:06:23 +0300 Subject: [PATCH] math.3: Mention f{max,min,dim}. --- lib/libm/man/math.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/libm/man/math.3 b/lib/libm/man/math.3 index 4b41819162..bdc95ef3f2 100644 --- a/lib/libm/man/math.3 +++ b/lib/libm/man/math.3 @@ -29,7 +29,7 @@ .\" $NetBSD: math.3,v 1.18 2003/12/03 23:31:21 jschauma Exp $ .\" $DragonFly: src/lib/libm/man/math.3,v 1.3 2007/06/17 17:46:01 pavalos Exp $ .\" -.TH MATH 3 "Dec 3, 2003" +.TH MATH 3 "July 12, 2009" .UC 4 .ds up \fIulp\fR .ds nn \fINaN\fR @@ -73,8 +73,11 @@ erfc erf.3 complementary error function ??? exp exp.3 exponential 1 expm1 exp.3 exp(x)\-1 1 fabs fabs.3 absolute value 0 +fdim fdim.3 positive difference ??? finite ieee.3 test for finity 0 floor floor.3 integer no greater than 0 +fmax fmax.3 maximum function ??? +fmin fmin.3 minimum function ??? fmod fmod.3 remainder ??? hypot hypot.3 Euclidean distance 1 ilogb ieee.3 exponent extraction 0 -- 2.11.4.GIT