¡@

Home 

c++ Programming Glossary: numer

Is div function useful (stdlib.h)?

http://stackoverflow.com/questions/6718217/is-div-function-useful-stdlib-h

in GNU libc Return the `div_t' representation of NUMER over DENOM. div_t div numer denom int numer denom div_t result.. result.rem numer denom The ANSI standard says that QUOT NUMER DENOM where NUMER DENOM is to be computed in infinite precision... denom The ANSI standard says that QUOT NUMER DENOM where NUMER DENOM is to be computed in infinite precision. In other words..