Hi guys, this is a quick question.
does the function sin and asin functions and take radians or degrees?
those are functions from corecrt_math.h
Hi guys, this is a quick question.
does the function sin and asin functions and take radians or degrees?
those are functions from corecrt_math.h
It should be radians by default so you need to convert it if you got degrees.
Thanks for the quick response.