Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 148 Bytes

math.md

File metadata and controls

7 lines (4 loc) · 148 Bytes

Logarithm

  • log(n): base 10 log $log_{10}(n)$
  • log(2,n): base 2 log, also called binary log. $log_{2}(n)$
  • ln(n): is log base e $log_{e}(n)$