Tile - YMath - Tan – Ylands

From Bohemia Interactive Community
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.
-->
-->
== Tan(Number) ==
== Tan(Degrees) ==


[[File:YlandsTile-621.png]]
[[File:YlandsTile-621.png]]


<pre>static tan(number: number): number;</pre>
<pre>static tan(degrees: number): number;</pre>
=== Parameters ===
=== Parameters ===


==== number ====
==== degrees ====


Input angle (degrees)
Input angle (degrees)
Line 15: Line 15:
=== Returns ===
=== Returns ===


'''number'''
'''number''' Returns '''value''' respective of used '''trigonometric''' function.


=== Availability ===
=== Availability ===
Line 23: Line 23:
=== Description ===
=== Description ===


Returns tangent of an angle.
Returns tangent of an angle(degrees).





Revision as of 17:46, 1 December 2022