User Tools

Site Tools


syntax:functions:log

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
syntax:functions:log [2016/06/07 23:21] – created dmitrysyntax:functions:log [2021/07/31 21:01] craigt
Line 1: Line 1:
 ====== Log(number) ====== ====== Log(number) ======
 +Category:  Number function
  
-The natural logarithm of //number//.+\\  
 +=====Description===== 
 +This function returns the natural logarithm of //number//.
  
- Example   Result  +\\  
-log(2  0.693147180559945 |+=====Arguments===== 
 +^Argument^Type^Description
 +|number|Number (positive, non-0 value)|The value for which the natural logarithm is returned.| 
 +\\  
 +**Return value type:**  Number
  
 +\\ 
 +=====Examples=====
  
-=== See also === +  log(1) = 0 
-  * [[syntax:functions:exp]] +  log(2) = 0.693147180559945 
-  * [[syntax:functions:pow]]+  log(0) = #Can't convert infinity to a decimal number  //Argument needs to be a positive, non-0 value 
 + 
 +\\  
 +===== See also ===== 
 +  * [[syntax:functions:exp|Exp(power)]] 
 +  * [[syntax:functions:pow|Pow(number, power)]]
syntax/functions/log.txt · Last modified: 2021/08/11 15:24 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki