How i add the math.h library on visual studio code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How i add the math.h library on visual studio code?

24th Dec 2018, 12:12 AM
Ricasoli Leonardo
Ricasoli Leonardo - avatar
4 Answers
+ 3
You could try: #include "math.h" or #include <cmath>
24th Dec 2018, 4:15 AM
Zeke Williams
Zeke Williams - avatar
+ 2
There may be an error elsewhere in the code then
24th Dec 2018, 2:10 PM
Zeke Williams
Zeke Williams - avatar
+ 1
Could you attach, please, your code here?
24th Dec 2018, 8:33 PM
Ivan Zabara
Ivan Zabara - avatar
0
I try but the program don't start
24th Dec 2018, 9:05 AM
Ricasoli Leonardo
Ricasoli Leonardo - avatar