log


log(n)
      

Return the natural logarithm of the number n.

Examples:


log(16)
// 2.772588722239781
      

Also see:

logb
fllog


Core Module Index | Contents