*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->NetBSD man pages -> fmodf (3)              
Title
Content
Arch
Section
 

FMOD(3)

Contents


NAME    [Toc]    [Back]

     fmod, fmodf - floating-point remainder function

LIBRARY    [Toc]    [Back]

     Math Library (libm, -lm)

SYNOPSIS    [Toc]    [Back]

     #include <math.h>

     double
     fmod(double x, double y);

     float
     fmodf(float x, float y);

DESCRIPTION    [Toc]    [Back]

     The fmod() function computes the floating-point remainder of x/ y.

RETURN VALUES    [Toc]    [Back]

     The fmod() and fmodf() functions return the value x-i*y, for some integer
     i such that, if y is non-zero, the result has the same sign as x and magnitude
 less than the magnitude of y.  If y is zero, whether a domain
     error occurs or the fmod() function returns zero is implementationdefined.

SEE ALSO    [Toc]    [Back]

      
      
     math(3)

STANDARDS    [Toc]    [Back]

     The fmod() function conforms to ANSI X3.159-1989 (``ANSI C'').

BSD                               May 2, 1991                              BSD
[ Back ]
 Similar pages
Name OS Title
fmod FreeBSD floating-point remainder functions
remainder Tru64 Compute the floating-point remainder
fmodf FreeBSD floating-point remainder functions
drem Tru64 Compute the floating-point remainder
fmod Tru64 Compute the floating-point remainder
fmod OpenBSD floating-point remainder functions
fmodf OpenBSD floating-point remainder functions
fabsf NetBSD floating-point absolute value function
fabs NetBSD floating-point absolute value function
fpgetmask IRIX floating-point units
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service