Do I need to manually include math.h in my VCS Programs, or can I use all the constants and values defined in math.h regularly throughout the program?
Like M_PI, etc.
Do I need to manually include math.h in my VCS Programs, or can I use all the constants and values defined in math.h regularly throughout the program?
Like M_PI, etc.
i don’t think so. I didn’t have to.