Tan

From Mesham
Revision as of 12:33, 13 January 2013 by Polas (talk | contribs) (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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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);