webCOMAND

COS()

Returns the cosine of a number.

Prototype

mixed COS(decimal decimal)

Parameter

  • radians - Decimal number in radians.

Return

Returns the cosine of a number in radians.

Example

SELECT OID, COS(RADIANS(HeadingDegrees)) AS Vector FROM LocationData

Related

SIN(), TAN()