Logo 
Search:

C Programming Articles

Submit Article
Home » Articles » C Programming » Numerical MethodsRSS Feeds

Trigonometry formulas

Posted By: Matheus Silva     Category: C Programming     Views: 4049

Some important formulas of Trigonometry.

Conversions

  • Degree To Radian = degree * (3.14/180)

  • Radian To Degree  = radian * (180/3.14)

Some important formulas of Trigonometry
cosec x = 1 / sin x
sec x = 1 / cos x
tan x = sin x / cos x
cot x = (cos x / sin x) = (1 / tan x)
sin 2 x + cos 2 x = 1
1 - cos 2 x = sin 2 x
1 - sin 2 x = cos 2 x
1 + tan 2 x = sec 2 x
1 + cot 2 x = cosec 2 x
  
Share: 


Didn't find what you were looking for? Find more on Trigonometry formulas Or get search suggestion and latest updates.

Matheus  Silva
Matheus Silva author of Trigonometry formulas is from Salvador, Brazil.
 
View All Articles

Related Articles and Code:


 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!