From WikiChip
Difference between revisions of "mirc/identifiers/$acos"
(→Example) |
(→Example) |
||
Line 13: | Line 13: | ||
== Example == | == Example == | ||
− | <source lang="mIRC">//echo -a $acos</source> | + | <source lang="mIRC">//echo -a $acos(5)</source> |
== Compatibility == | == Compatibility == |
Revision as of 15:36, 10 October 2016
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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(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.