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 trigonometric cosine of an angle.

Syntax

cosine = Cos (expression)

Parameters

The Cos function has the following parameters.

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

Angle = 45
tangent = Sin(Angle) / Cos(Angle)
  • No labels