Difference between revisions of "Tan"
Jump to navigation
Jump to search
(Created page with "<c>tan</c> returns the tangent of the given angle (in radians). === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Value !! Meaning |- | ''radians'' || nu...") |
(No difference)
|
Latest revision as of 15:43, 18 March 2020
tan
returns the tangent of the given angle (in radians).
Arguments
Parameter Name | Default Value | Meaning |
---|---|---|
radians | number | angle, in radians, to get the tangent of |
Example
tan(pi/4) // returns 1