From WikiChip
Difference between revisions of "mirc/identifiers/$acos"
< mirc‎ | identifiers

(Created page with "{{mirc title|$acos Identifier}}'''$acos''' return the arccosine of N. == Synopsis == <pre>$acos(N)[.deg]</pre> == Paramters == <span style="display: inline-block; width: 50...")
 
(Example)
Line 13: Line 13:
  
 
== Example ==
 
== Example ==
<source lang="mIRC">//echo -a $abook(*,0)</source>
+
<source lang="mIRC">//echo -a $acos</source>
  
 
== Compatibility ==
 
== Compatibility ==

Revision as of 15:48, 8 September 2015

$acos return the arccosine of N.

Synopsis

$acos(N)[.deg]

Paramters

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

Properties

.degReturns the angle as degrees, default is radians.

Example

//echo -a $acos

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