Log for formula

For a formula i need log10(height).
10 is the base of the log.

how to do this?

Try doing:

log(height) / log(10)

1 Like

Thank you

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.