Tan

From Mesham
Revision as of 15:44, 15 April 2019 by Polas (talk | contribs) (5 revisions imported)
(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

#include <maths>

function void main() {
   var a:=tan(0.05);
   var y:=tan(a);
};

Since: Version 0.41b