From WikiChip
Difference between revisions of "mirc/identifiers/$asin"
(Created page with "{{mirc title|$asin Identifier}}'''$asin''' return the arcsine of N. == Synopsis == <pre>$asin(N)[.deg]</pre> == Paramters == <span style="display: inline-block; width: 50px...") |
m |
||
Line 1: | Line 1: | ||
{{mirc title|$asin Identifier}}'''$asin''' return the arcsine of N. | {{mirc title|$asin Identifier}}'''$asin''' return the arcsine of N. | ||
+ | |||
== Synopsis == | == Synopsis == | ||
Line 24: | Line 25: | ||
{{mIRC|$asin}} | {{mIRC|$asin}} | ||
{{mIRC|$atan}} | {{mIRC|$atan}} | ||
− | [[Category: | + | [[Category:mIRC identifiers|asin]] |
Latest revision as of 13:25, 20 September 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$asin return the arcsine of N.
Synopsis[edit]
$asin(N)[.deg]
Paramters[edit]
NThe number you want the arc sine of, in radian.
Properties[edit]
.degReturns the angle as degrees, default is radians.
Example[edit]
//echo -a $asin(5)
Compatibility[edit]
Added: mIRC v5.3
Added on: 13 Dec 1997
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.