Tangent

Performs a tangent 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 tan() within the Expression node.

  • This function operates on radians, not degrees. Use the Degrees to radians node first if using degrees.

  • Other names for this node include: Tan.

Example(s)