diff options
Diffstat (limited to 'lib/libm/man/fmod.3')
-rw-r--r-- | lib/libm/man/fmod.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libm/man/fmod.3 b/lib/libm/man/fmod.3 index fc9bac50029..a9bf1804b85 100644 --- a/lib/libm/man/fmod.3 +++ b/lib/libm/man/fmod.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fmod.3,v 1.5 2000/03/02 00:29:49 todd Exp $ +.\" $OpenBSD: fmod.3,v 1.6 2003/02/27 01:45:03 jason Exp $ .\" Copyright (c) 1991 The Regents of the University of California. .\" All rights reserved. .\" @@ -50,6 +50,10 @@ The .Fn fmod function computes the floating-point remainder of .Fa x Ns / Fa y . +The +.Fn fmodf +function is a single precision version of +.Fn fmod . .Sh RETURN VALUES The .Fn fmod |