Query: fmodf
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FMOD(3) BSD Library Functions Manual FMOD(3)NAMEfmod, fmodf -- floating-point remainder functionLIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h> double fmod(double x, double y); float fmodf(float x, float y);DESCRIPTIONThe fmod() function computes the floating-point remainder of x/ y.RETURN VALUESThe 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 implementa- tion-defined.SEE ALSOmath(3)STANDARDSThe fmod() function conforms to ANSI X3.159-1989 (``ANSI C89'').BSDMay 2, 1991 BSD
Related Man Pages |
---|
fmodl(3) - suse |
drem(3) - osf1 |
remainder(3) - osf1 |
fmodl(3) - osx |
fmodl(3m) - sunos |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
How to install PGX32 on Sparc 10 Ultra? |
Better to Use Return Code or wc -l Output? |
Grep command to show the number of results |