+ 1
we know that #include <iostream> is a library used for cout and cin, can someone tell me which library is used to get "sine" and "cosine" functions
5 Antworten
+ 3
cmath VS math.h
http://www.cplusplus.com/forum/beginner/70599/
+ 2
#include <math.h>
+ 2
#include <cmath>
0
thanks guys
- 1
<math.h>