Sin function

Calculates the sine of an angle.

sine = Sin(expression)

The Sin function has the following parameter.

ParameterDescription
expressionMust be a numeric value that designates degrees.
/* The sine of X is divided by the cosine of X, and assigned to the variable identifier Tan. */

Tan = Sin(X) / Cos(X)
 
**
**
  • guides/programming/programmers_reference_manual/sin.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1