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

(Parameters)
(Synopsis)
Line 4: Line 4:
  
 
== Synopsis ==
 
== Synopsis ==
<pre>$cosh(<N>)[.deg]</pre>
+
<source lang="mIRC">$cosh(<N>)[.deg]</source>
  
 
== Switches ==
 
== Switches ==

Revision as of 17:05, 16 August 2018

$cosh returns the hyperbolic cosine of an angle of N radians.


Synopsis

$cosh(<N>)[.deg]

Switches

None

Parameters

  • N - This is the angle in radians for which you wish to retrieve the hyperbolic cosine.

You can use the letter 'e' or 'd' as *10^N, $cosh(5e6) = $cosh($calc(5*10^6))

Properties

deg - Sees N as degrees in a 360 degree circle instead of radians.

Example

//echo -a $cosh(30).deg

Compatibility

Added: mIRC v7.33
Added on: 27 May 2014
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also

[Expand]
v · d · e mIRC identifier list