logb


logb(n1, n2)
      

Return the base-n2 logarithm of the number n1.

Examples:


logb(150, 10)
// 2.176091259055681
      

Also see:

log
fllogb


Core Module Index | Contents