floor

fdim

#include <math.h>float fdimf(float a, float b);double fdim(double a, double b); long double fdiml(long double a, long double b);

fdim( ), fdimf( ), and fdiml( ) were defined by C99.

The fdim( ) family of functions returns zero if a is less than or equal to b. Otherwise, the result of ab is returned.

Related functions are remainder( ) and remquo( ).




C(s)C++ Programmer's Reference
C Programming on the IBM PC (C Programmers Reference Guide Series)
ISBN: 0673462897
EAN: 2147483647
Year: 2002
Pages: 539

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net