Sine

Performs a sine 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 sin() 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: Sin, and Sinus.

Example(s)