Apr 30, 2001 #1 kanin247 Programmer Apr 23, 2001 113 US to convert a natural log function to a base 10 log function...use the following code equation: math.log(x)/math.ln10 where math.log(x) is the natural log of x and math.ln10 is the natural log of 10
to convert a natural log function to a base 10 log function...use the following code equation: math.log(x)/math.ln10 where math.log(x) is the natural log of x and math.ln10 is the natural log of 10