Sin

From Mesham
Revision as of 12:32, 13 January 2013 by Polas (talk | contribs) (Created page with '== 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 representi…')
(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

var a:=sin(98.54);
var y:=sin(a);