Difference between revisions of "Tan"
From Mesham
Jump to navigationJump to search (Created page with '== Overview == This tan[d] function will find the tangent of the value or variable ''d'' passed to it. * '''Pass:''' A double to find the tangent of * '''Returns:''' A double …') |
m |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | This tan | + | This tan(d) function will find the tangent of the value or variable ''d'' passed to it. |
* '''Pass:''' A double to find the tangent of | * '''Pass:''' A double to find the tangent of |
Revision as of 12:38, 13 January 2013
Overview
This tan(d) function will find the tangent of the value or variable d passed to it.
- Pass: A double to find the tangent of
- Returns: A double representing the tangent
Example
var a:=tan(0.05); var y:=tan(a);