diff options
author | das <das@FreeBSD.org> | 2005-01-11 23:12:17 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2005-01-11 23:12:17 +0000 |
commit | 0a78d59d1fb4973a45e66d96381e83171e30f3df (patch) | |
tree | 8c0734c15b38949bb412038c79d17641dc3daf74 /lib/msun/man/math.3 | |
parent | 14264501406dc382a32b3940819e53b9839c1833 (diff) | |
download | FreeBSD-src-0a78d59d1fb4973a45e66d96381e83171e30f3df.zip FreeBSD-src-0a78d59d1fb4973a45e66d96381e83171e30f3df.tar.gz |
Document [l]lrint[f]() and [l]lround[f]().
Diffstat (limited to 'lib/msun/man/math.3')
-rw-r--r-- | lib/msun/man/math.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index f314f4d..5524dba 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -32,7 +32,7 @@ .\" from: @(#)math.3 6.10 (Berkeley) 5/6/91 .\" $FreeBSD$ .\" -.Dd June 11, 2004 +.Dd January 11, 2005 .Dt MATH 3 .Os .if n \{\ @@ -120,15 +120,15 @@ j1 bessel function ??? jn bessel function ??? ldexp multiply by power of 2 0 lgamma log gamma function 1 -.\" llrint round to integer 0 -.\" llround round to nearest integer 0 +llrint round to integer 0 +llround round to nearest integer 0 log natural logarithm 1 log10 logarithm to base 10 1 log1p log(1+x) 1 .\" log2 base 2 logarithm 0 logb exponent extraction 0 -.\" lrint round to integer 0 -.\" lround round to nearest integer 0 +lrint round to integer 0 +lround round to nearest integer 0 modf extract fractional part 0 .\" nan return quiet \*(Na) 0 nearbyint round to integer 0 |