Versions Compared

Key

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

...

ParameterDescription
expressionMust be a numeric value that designates degrees. The values must be within the range 0 to 360.

See also

Atan()Sin()Tan()

Example

Code Block
Angle = 45
tangent = Sin(Angle) / Cos(Angle)