Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
expressionMust be a numeric value that designates degrees.

See also

ATan()Cos()Tan()

Example

Code Block
/* The sine of X is divided by the cosine of X, and assigned to the variable identifier Tan. */
Tan = Sin(X) / Cos(X)