Tile - YMath - Cos – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | ||
--> | --> | ||
== Cos( | == Cos(Degrees) == | ||
[[File:YlandsTile-209.png]] | [[File:YlandsTile-209.png]] | ||
<pre>static cos( | <pre>static cos(degrees: number): number;</pre> | ||
=== Parameters === | === Parameters === | ||
==== | ==== degrees ==== | ||
Input angle (degrees) | Input angle (degrees) | ||
Line 23: | Line 23: | ||
=== Description === | === Description === | ||
Returns cosinus of an angle. | Returns cosinus of an angle(degrees). | ||
Revision as of 16:46, 1 December 2022
Cos(Degrees)
static cos(degrees: number): number;
Parameters
degrees
Input angle (degrees)
Returns
number Returns value respective of used trigonometric function.
Availability
Client, Server, Custom Controller
Description
Returns cosinus of an angle(degrees).