Tan
Revision as of 15:43, 18 March 2020 by 71.226.33.30 (talk) (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...")
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