double fmod ( double numerator, double denominator ); float fmod ( float numerator, float denominator ); long double fmod ( long double numerator, long double denominator );
Subscribe to:
Post Comments (Atom)
This is a blog about my learning C++. I have been working with C++ for years, but have come to the conclusion that I really know much less than I would like. I am trying to capture what I learn and what resources I use in learning. It is strange that after working with it for so many years there is still so much I don't know.
double fmod ( double numerator, double denominator ); float fmod ( float numerator, float denominator ); long double fmod ( long double numerator, long double denominator );
No comments:
Post a Comment