You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Calculates the sine of an angle.

Syntax

sine = Sin(expression)

Parameters

The Sin function has the following parameter.

ParameterDescription
expressionMust be a numeric value that designates degrees.

See also

ATan()Cos()Tan()

Example

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