All Functions
Atn Function
Sin Function
Tan Function
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
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information