function cos(expression)

cos() returns the cosine of the expression.

Arguments:
expression: A numeric expression that represents the angle in radians.

Example Query:
    RETURN cos(0.5)