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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

13th Aug 2016, 8:00 PM
Oyekunle Oyegunle
Oyekunle Oyegunle - avatar
5 Answers
16th Aug 2016, 6:30 AM
신동현 (뭐지What)
신동현 (뭐지What) - avatar
+ 2
#include <math.h>
13th Aug 2016, 8:41 PM
Jaque
Jaque - avatar
+ 2
#include <cmath>
14th Aug 2016, 5:20 AM
kiwiyou
kiwiyou - avatar
0
thanks guys
13th Aug 2016, 8:51 PM
Oyekunle Oyegunle
Oyekunle Oyegunle - avatar
- 1
<math.h>
13th Aug 2016, 8:46 PM
Asim
Asim - avatar