Negsin

From Mesham

Jump to: navigation, search

Overview

This negsin[n] function will return the result of negating the sine of n.

  • Pass: An integer to find the sine value of and then negate
  • Returns: A double representing the result

Example

var a:=negsin[15];
var y;
y:=negsin[a];
Personal tools