Cos Function

Next: , Previous: Index, Index: Index

This cos[n] function will find the cosine of the value or variable n passed to it.

Pass: An integer to find cosine of
Returns: An integer representing the cosine

Examples

var a:=cos[10];
var y;
y:=cos[a];



Last Modified: August 2008