[Math] way to calculate lg on a scientific calculator

calculatorlogarithms

Taking introduction to algorithms for computer science this semester and wanted to know if there is a way to calculate lg on scientific calculator? Thank you.

Best Answer

$lg(x) = \dfrac{\log x}{\log 2}$

where $\log$ is log base anything that is allowed.