Computes the cosine of the specified argument (in radians.)

Format: Cos(exprn)

Arguments:

Return type: float

Error conditions: Returns 'Bottom' if exprn evaluates to 'Bottom'.

Example:

value = cos(0)
; Sets value to the cosine of 0, which is approximately 1.0 (possibly with some rounding error.)