Negsin Function
Next: PI,
Previous: Neg,
Index: Index
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: An integer representing the result
Examples
var a:=negsin[15];
var y;
y:=negsin[a];
Last Modified: August 2008