FUNCTION:  Cos( )

Implemented in version 1.0
 
Cos(Number)
 
The Cos function returns the cosine for a number (angle).
 
Code:
<% =Cos(45.0) %>
 
Output:
0.52532198881773
 
You can also use a negative number (angle).
 
Code:
<% =Cos(-45.0) %>
 
Output:
0.52532198881773