LOG10 Suggest EditsReturns the the logarithm of a number, base 10. Parameters value Number (required) - The value for which to calculate the logarithm, base 10. Returns Number Examples JavaScriptLOG10(100) // returns 2 JavaScriptLOG10(50) // returns 1.6989700043360185 Updated about 1 year ago Table of Contents Parameters Returns Examples