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

Format: Sin(exprn)

Arguments:

Return type: float

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

Example:

value = sin(pi/2)
; Sets value to the sine of pi/2, which is approximately 1.0 (possibly with some rounding error.)