Cos()
- Last UpdatedJul 13, 2023
- 1 minute read
Returns the cosine of an angle in degrees.
Category
Math
Syntax
Result = Cos( Number );
Parameter
Number
Any number or numeric equipment.item.
Examples
Cos(90); ' returns 0
Cos(0); ' returns 1
This example shows how to use the function in a math equation:
Wave = 50 * Cos(6 * Now().Second);
See Also
Sin(), Tan(), ArcCos(), ArcSin(), ArcTan()