Tile - YMath - Sin – Ylands
Category: Instructions
| No edit summary | Lou Montana (talk | contribs)  m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") | ||
| (One intermediate revision 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. | ||
| --> | --> | ||
| == Sin( | == Sin(Degrees) == | ||
| [[File:YlandsTile-207.png]] | [[File:YlandsTile-207.png]] | ||
| <pre>static sin( | <pre>static sin(degrees: number): number;</pre> | ||
| === Parameters === | === Parameters === | ||
| ====  | ==== degrees ==== | ||
| Input angle (degrees) | Input angle (degrees) | ||
| Line 28: | Line 28: | ||
| ---- | ---- | ||
| {{Navbox/Ylands}} | {{Navbox/Ylands}} | ||
| {{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
| [[Category: Instructions]] | [[Category: Instructions]] | ||
Latest revision as of 14:27, 24 November 2023
Sin(Degrees)
static sin(degrees: number): number;
Parameters
degrees
Input angle (degrees)
Returns
number Returns value respective of used trigonometric function.
Availability
Client, Server, Custom Controller
Description
Returns sinus of an angle.
 
	