Returns the logarithm of a number in the specified base.
Syntax
LOG(number,base)
Number is a positive real number used to calculate logarithms.
base is the base of the logarithm. If the base is omitted, its value is assumed to be 10.
In mathematics, we often use logarithmic operations. Using the LOG function in the WPS table can help us calculate quickly.
The main function of LOG is to return the logarithm of a number according to the specified base.
Next, I will show you the specific steps of using this function in this table.
■ Select cell C2 and click Insert Function.
Find and select the LOG function in the search box, and click OK.
A dialog box will pop up with two parameters in total.
Value, the positive real number used when calculating the logarithm, fill in A2.
Base: The base used when calculating logarithms. If left blank, assume the value is 10 and fill in B2.
Click OK to quickly calculate.
Locate the cursor to the lower right corner of cell C2.
When the + glyph is used, drop down to fill the cells to perform batch calculations.
评论列表(196条)
测试