Problem5: Solve the problem using C Programming(cosec inverse)

Subscribers:
111
Published on ● Video Link: https://www.youtube.com/watch?v=MVY_HtAtGDI



Duration: 5:13
155 views
7


This is the 5th video of this series.......
In this series we are talking about some problem and solving those using C program . In this particular video we have just solve a program that is related to inverse trigonometric function

My code
write a program that can read any value n and display cosec inverse n
int main()
{
float n,p;

printf("Enter any value for cosec inverse");
scanf("%f",&n);

p=(asin(1/n))*180/M_PI;

printf("cosec inverse %f=%.4f",n,p);
getch();
}


for sec inverse
p=acos(1/n)*180/M_PI
for cot inverse
p=atan(1/n)*180/M_PI

thanks to:
spark.adobe.com/sp/
also thanks to:
https://logomakr.com




Other Videos By Mridul's Classroom


2020-08-23বিনোদ মেরে প্রচুর আনন্দ পেলাম।Call of Duty game এর মজার ধারাভাষ্য । আমরা জিতেছি......।।
2020-08-01Reflection of Light| আলোর প্রতিফলন | SSC physics Chapter 8|Orange sir physics|(Lecture-8.2)
2020-07-18Reflection of Light| আলোর প্রতিফলন | SSC physics Chapter 8|Orange sir physics|(Lecture-8.1)
2020-07-14HSC Physics |2nd Part|Chap-1|Thermodynamics|তাপগতিবিদ্যা| Orange Sir(lecture - 2.1.3)(scale of temp)
2020-07-13HSC Physics |2nd Part|Chapter1|Thermodynamics|তাপগতিবিদ্যা| Orange Sir(lecture - 2.1.2)(first law)
2020-07-12HSC Physics ||2nd Part||Chapter 1|| Thermodynamics | তাপগতিবিদ্যা | Orange Sir(lecture - 2.1.1)
2020-07-11SSC Physics Chapter 7 | Wave | তরঙ্গ | Orange Sir(lecture - 7.3)
2020-07-10SSC Physics Chapter 7 | Wave | তরঙ্গ | Orange Sir(lecture - 7.2)
2020-07-07SSC Physics Chapter 7 | Wave | তরঙ্গ | Orange Sir(lecture - 7.1)
2020-05-28Problem 6:C programming Bangla Tutorial Even/Odd |
2020-04-25Problem5: Solve the problem using C Programming(cosec inverse)
2020-04-22Problem 4: Solve the problem using C Programming(sin inverse, inverse trigonometry function)
2020-04-20Problem 3: Solve the problem using C Programming(math function,cot t, trigonometry function)
2020-04-15Problem 2: Solve the problem using C Programming(math function,cost, trigonometry function)
2020-04-15channel promotion
2020-04-04PROBLEM 1 :Solve a problem with left shift operator using C program in bangla
2020-04-03Hide file with command prompt
2020-04-01scratch 1(open an acount)



Tags:
c programming
math library
trigonometric ratios
how to solve a problem of cosec inverse t
c programming trigonometric ratio
c programming cosec inverse
solve the problem with c
how to
inverse trigonometric functions
some problem of c programming
programming