please am now a biginner in learning c++ programming. I want to know when do we use include <cmath> apart from the normal include <iostream>
Kwasi Sefah 0 Newbie Poster
Recommended Answers
Jump to Post
<cmath>
is the c standard math library. You would need to included it when you want to use the standard math function. Here is a list of all the functions contained in<cmath>
. …
All 4 Replies
NathanOliver 429 Veteran Poster Featured Poster
Schol-R-LEA 1,446 Commie Mutant Traitor Featured Poster
Kwasi Sefah 0 Newbie Poster
Kwasi Sefah 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.