Trigonometric Functions
┌─────────────────────────┬──────────────┬─────────────────────────┬───────────┐
│ Function │ Header File │ Link to Function │ Descriptio│
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ acos │ "math.h" │ acos
│ Calcu- │
│ │ │ │ lates the │
│ │ │ │ arccosine.│
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ asin │ "math.h" │ asin
│ Calcu- │
│ │ │ │ lates the │
│ │ │ │ arcsine. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ atan │ "math.h" │ atan
- atan2 │ Calcu- │
│ │ │ │ lates the │
│ │ │ │ arctangent│
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ atan2 │ "math.h" │ atan
- atan2 │ Calcu- │
│ │ │ │ lates the │
│ │ │ │ arctangent│
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ cos │ "math.h" │ cos
│ Calcu- │
│ │ │ │ lates the │
│ │ │ │ cosine. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ cosh │ "math.h" │ cosh
│ Calcu- │
│ │ │ │ lates the │
│ │ │ │ hyperbolic│
│ │ │ │ cosine. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ sin │ "math.h" │ sin
│ Calcu- │
│ │ │ │ lates the │
│ │ │ │ sine. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ sinh │ "math.h" │ sinh
│ Calcu- │
│ │ │ │ lates the │
│ │ │ │ hyperbolic│
│ │ │ │ sine. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ tan │ "math.h" │ tan
│ Calcu- │
│ │ │ │ lates the │
│ │ │ │ tangent. │
├─────────────────────────┼──────────────┼─────────────────────────┼───────────┤
│ tanh │ "math.h" │ tanh
│ Calcu- │
│ │ │ │ lates the │
│ │ │ │ hyperbolic│
│ │ │ │ tangent. │
└─────────────────────────┴──────────────┴─────────────────────────┴───────────┘
[Back: Mathematical]
[Next: Bessel Functions]