Tile - YMath - Cos – Ylands
Jump to navigation
Jump to search
(Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Cos(Number) == File:YlandsTile-209.png...") |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
(2 intermediate revisions by one other user not shown) | |||
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) | |||
=== Returns === | === Returns === | ||
Line 15: | Line 17: | ||
'''number''' Returns '''value''' respective of used '''trigonometric''' function. | '''number''' Returns '''value''' respective of used '''trigonometric''' function. | ||
=== | === Availability === | ||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]] | |||
=== | === Description === | ||
Returns cosinus of an angle(degrees). | |||
---- | ---- | ||
{{Navbox/Ylands}} | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
[[Category: Instructions]] | [[Category: Instructions]] |
Latest revision as of 14:27, 24 November 2023
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).