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

(Created page with "{{mirc title|$log10 Identifier}}'''$log10''' returns the common logarithm (base10) of a number. == Synopsis == <pre>$log10(N)</pre> == Paramters == <span style="display: inl...")
 
m
 
Line 1: Line 1:
 
{{mirc title|$log10 Identifier}}'''$log10''' returns the common logarithm (base10) of a number.
 
{{mirc title|$log10 Identifier}}'''$log10''' returns the common logarithm (base10) of a number.
 +
  
 
== Synopsis ==
 
== Synopsis ==
Line 20: Line 21:
 
{{mIRC compatibility|7.33}}
 
{{mIRC compatibility|7.33}}
  
== See Also ==
+
== See also ==
{{mIRC|$log}}
+
* {{mIRC|$log}}
 
{{mIRC identifier list}}
 
{{mIRC identifier list}}
  
[[Category:MIRC identifiers]]
+
[[Category:mIRC identifiers|log10]]

Latest revision as of 17:29, 20 September 2017

$log10 returns the common logarithm (base10) of a number.


Synopsis[edit]

$log10(N)

Paramters[edit]

NThe number you want the common logarithm of

Properties[edit]

None

Example[edit]

//echo -a $log10(50)


Compatibility[edit]

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[edit]

[Expand]
v · d · e mIRC identifier list