Home
VBA / Excel / Access / Word
Access
Application
Data Type
Data Type Functions
Date Functions
Excel
File Path
Forms
Language Basics
Math Functions
Outlook
PowerPoint
String Functions
Windows API
Word
XML
Cos() Returns the cosine of a number (radians). : Cos « Math Functions « VBA / Excel / Access / Word
VBA / Excel / Access / Word
Math Functions
Cos
Cos() Returns the cosine of a number (radians).
Sub mathF1() Debug.Print Cos(0) End Sub
Related examples in the same category
1.
Cos(number) returns The cosine of angle number.