From WikiChip
$asin Identifier - mIRC
< mirc‎ | identifiers
Revision as of 12:19, 12 October 2016 by 83.204.159.65 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$asin return the arcsine of N.

Synopsis

$asin(N)[.deg]

Paramters

NThe number you want the arc sine of, in radian.

Properties

.degReturns the angle as degrees, default is radians.

Example

//echo -a $asin(5)

Compatibility

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.


See Also

$cos $sin $tan $asin $atan