User Tools

Site Tools


visual3d:documentation:pipeline:expressions:trigonometric_functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:expressions:trigonometric_functions [2024/06/17 18:18] – created sgrangervisual3d:documentation:pipeline:expressions:trigonometric_functions [2024/07/17 15:45] (current) – created sgranger
Line 1: Line 1:
- +====== Trigonometric Functions ======
- +
  
 Note all trigonometric data are radians (not degrees) Note all trigonometric data are radians (not degrees)
  
-===== COSINE =====+==== COSINE ====
  
 **cos(a)** - cosine **cos(a)** - cosine
-===== SINE =====+==== SINE ====
  
 **sin(a)** - sine **sin(a)** - sine
-===== TANGENT =====+==== TANGENT ====
  
 **tan(a)** - tangent **tan(a)** - tangent
-===== COTANGENT =====+==== COTANGENT ====
  
 **ctan(a)** - cotangent **ctan(a)** - cotangent
-===== ARCTANGENT =====+==== ARCTANGENT ====
  
 **atan(a)** - arctangent **atan(a)** - arctangent
-===== ARCSINE =====+==== ARCSINE ====
  
 **asin(a)** - arcsine **asin(a)** - arcsine
-===== ARCCOS =====+==== ARCCOS ====
  
 **acos(a)** - arccosine **acos(a)** - arccosine
-===== ARCTAN2 =====+==== ARCTAN2 ====
  
 **atan2(y,x)** - arctangent => y and x must be one dimensional signals; return one dimensional signal **atan2(y,x)** - arctangent => y and x must be one dimensional signals; return one dimensional signal
- 
- 
  
  
visual3d/documentation/pipeline/expressions/trigonometric_functions.1718648336.txt.gz · Last modified: 2024/06/17 18:18 by sgranger