Number.Cos
Syntax
Number.Cos(number as nullable number) as nullable number
About
Returns the cosine of number
.
Example 1
Find the cosine of the angle 0.
Usage
Number.Cos(0)
Output
1
Šī pārlūkprogramma vairs netiek atbalstīta.
Jauniniet uz Microsoft Edge, lai izmantotu jaunāko līdzekļu, drošības atjauninājumu un tehniskā atbalsta sniegtās priekšrocības.
Number.Cos(number as nullable number) as nullable number
Returns the cosine of number
.
Find the cosine of the angle 0.
Usage
Number.Cos(0)
Output
1