C Program To Convert Degree To Radian

Technotip
Technotip
5.9 هزار بار بازدید - 5 سال پیش -
http://technotip.com/7376/c-program-t...

Lets write a C program to convert angle from Degree to Radian.

Formula To Convert Degree To Radian
radian = degree x (M_PI / 180.0);
where M_PI is a constant present in header file / library file math.h and its approximately equal to 3.14;

Note: Trigonometric Ratios like Sin, Cos, Tan etc take radian value as input and not degrees. So its important to learn how to convert angles from degree to radian.

C Programming Interview / Viva Q&A List
http://technotip.com/6378/c-programmi...

C Programming: Beginner To Advance To Expert
http://technotip.com/6086/c-programmi...
5 سال پیش در تاریخ 1398/12/08 منتشر شده است.
5,942 بـار بازدید شده
... بیشتر