COS calculates the cosine of an angle.
NUMBER
COS(n)
n is a numeric expression for an angle represented in radians.
COS(180 * 3.1415927/180) returns the cosine of 180 degrees as the value -1.00. The expression converts degrees to radians.
Copyright © 2003, 2007, Oracle. All rights reserved.