REBOL Programming/tangent

< REBOL Programming

USAGE:

TANGENT value /radians 

DESCRIPTION:

Returns the trigonometric tangent in degrees.

TANGENT is a native value.

ARGUMENTS

REFINEMENTS

SOURCE CODE

tangent: native[
    "Returns the trigonometric tangent in degrees." 
    value [number!] 
    /radians "Value is specified in radians."
]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.