Trigonometric Functions
- v?Cos
Computes cosine of vector elements.
- v?Sin
Computes sine of vector elements.
- v?SinCos
Computes sine and cosine of vector elements.
- v?CIS
Computes complex exponent of real vector elements (cosine and sine of real vector elements combined to complex value).
- v?Tan
Computes tangent of vector elements.
- v?Acos
Computes inverse cosine of vector elements.
- v?Asin
Computes inverse sine of vector elements.
- v?Atan
Computes inverse tangent of vector elements.
- v?Atan2
Computes four-quadrant inverse tangent of elements of two vectors.
- v?Cospi
Computes the cosine of vector elements multiplied by π.
- v?Sinpi
Computes the sine of vector elements multiplied by π.
- v?Tanpi
Computes the tangent of vector elements multiplied by π.
- v?Acospi
Computes the inverse cosine of vector elements divided by π.
- v?Asinpi
Computes the inverse sine of vector elements divided by π.
- v?Atanpi
Computes the inverse tangent of vector elements divided by π.
- v?Atan2pi
Computes the four-quadrant inverse tangent of the ratios of the corresponding elements of two vectors divided by π.
- v?Cosd
Computes the cosine of vector elements multiplied by π/180.
- v?Sind
Computes the sine of vector elements multiplied by π/180.
- v?Tand
Computes the tangent of vector elements multiplied by π/180.