This cos[n] function will find the cosine of the value or variable n passed to it.
var a:=cos[10]; var y; y:=cos[a];