Sin

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 sin(d) function will find the sine of the value or variable d passed to it.

  • Pass: A Double to find sine of
  • Returns: A Double representing the sine

Example

#include <maths>

function void main() {
   var a:=sin(98.54);
   var y:=sin(a);
};

Since: Version 0.41b