Cosine
Performs a cosine function on a value.
Inputs
- 
value
- The value to perform the function on.
 
 
Outputs
- 
result
- The resulting value of the function.
 
 - 
result list
- The list of resulting values of the function.
 
 
Note(s)
- 
This operation is represented as
cos()within the Expression node. - 
This node uses radians. Use the Degrees to radians node first if working with degrees.
 - 
Other names for this node include: Cos, and Cosinus.