Rebol Programming/tangent
USAGE:
editTANGENT value /radians
DESCRIPTION:
editReturns the trigonometric tangent in degrees.
TANGENT is a native value.
ARGUMENTS
edit- value -- (Type: number)
REFINEMENTS
edit- /radians -- Value is specified in radians.
SOURCE CODE
edittangent: native[ "Returns the trigonometric tangent in degrees." value [number!] /radians "Value is specified in radians." ]