diff options
author | 2003-02-27 01:07:43 +0000 | |
---|---|---|
committer | 2003-02-27 01:07:43 +0000 | |
commit | dfec5a154fb108be15e917b6475a998f981dadeb (patch) | |
tree | df5d22d343d67d335d03683a950cad001bde20c4 /lib/libm/man/fabs.3 | |
parent | english it my native language, tho you'd never know it (diff) | |
download | wireguard-openbsd-dfec5a154fb108be15e917b6475a998f981dadeb.tar.xz wireguard-openbsd-dfec5a154fb108be15e917b6475a998f981dadeb.zip |
describe *f in terms of the double precision version (more of this to come... after dinner).
Diffstat (limited to 'lib/libm/man/fabs.3')
-rw-r--r-- | lib/libm/man/fabs.3 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/lib/libm/man/fabs.3 b/lib/libm/man/fabs.3 index 2684932eec0..3ef4a484cfc 100644 --- a/lib/libm/man/fabs.3 +++ b/lib/libm/man/fabs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fabs.3,v 1.6 2000/03/02 00:29:49 todd Exp $ +.\" $OpenBSD: fabs.3,v 1.7 2003/02/27 01:07:43 jason Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -49,14 +49,18 @@ .Sh DESCRIPTION The .Fn fabs -and -.Fn fabsf -functions compute the absolute value of a floating-point number +function computes the absolute value of a floating-point number .Fa x . +The +.Fn fabsf +function is a single precision version of +.Fn fabs . .Sh RETURN VALUES The .Fn fabs -function returns the absolute value of +and +.Fn fabsf +functions return the absolute value of .Fa x . .Sh SEE ALSO .Xr abs 3 , |