For a formula i need log10(height).
10 is the base of the log.
how to do this?
For a formula i need log10(height).
10 is the base of the log.
how to do this?
Try doing:
log(height) / log(10)
Thank you
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.