Description of formula:
Returns the cosine of the given angle.
Returns the cosine of the given angle.
Syntax:
cos(angle)
cos(angle)
Parameters:
angle
(type: Number) The angle in radians
Returned type:
Number
Examples:
=cos(-1)
=cos(pi())
=cos(Section1.A1)
=cos(A)
=cos(B3)
=cos(-1)
=cos(pi())
=cos(Section1.A1)
=cos(A)
=cos(B3)
Remarks:
Angle must be in radians. Multiply it by pi()/180 to convert degrees to radians.
Angle must be in radians. Multiply it by pi()/180 to convert degrees to radians.
0 Comments