Difference between revisions of "Manuals/calci/LOG10"

From ZCubes Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''LOG10(n)'''</div><br/>
+
<div style="font-size:30px">'''LOG10(Number)'''</div><br/>
*where <math>n</math> is the positive real number.
+
*where <math>Number</math> is the any positive real number.
 +
 
 
==Description==
 
==Description==
 +
 
*This function gives the logarithm value with the base 10.
 
*This function gives the logarithm value with the base 10.
 
*The logarithm of x to base b is the solution y to the equation.i.e  <math>b^y=x</math>.  
 
*The logarithm of x to base b is the solution y to the equation.i.e  <math>b^y=x</math>.  
 
*For e.g The logarithm of 1000 to base 10 is 3. Because 1000 = 10*10*10 = <math>10^3</math>.  
 
*For e.g The logarithm of 1000 to base 10 is 3. Because 1000 = 10*10*10 = <math>10^3</math>.  
*The logarithm of base 10 is called Common Logarithm or Decimal Logarithm.  
+
*The logarithm of base 10 is called Common Logarithm or Decimal Logarithm or Decadic Logarithm.  
 
*It is denoted by <math>\log_{10}</math> or <math>log(x)</math>.  
 
*It is denoted by <math>\log_{10}</math> or <math>log(x)</math>.  
 
*<math>\log_{10}(x)</math> is related to the number of decimal digits of a positive integer x: the number of digits is the smallest integer strictly bigger than <math>\log_{10}(x)</math>.
 
*<math>\log_{10}(x)</math> is related to the number of decimal digits of a positive integer x: the number of digits is the smallest integer strictly bigger than <math>\log_{10}(x)</math>.
 
*For e.g:log(5260)= 3.7209, that is nearly(next digit) to 4.  
 
*For e.g:log(5260)= 3.7209, that is nearly(next digit) to 4.  
 
*That is the number of digits of 5260(4).
 
*That is the number of digits of 5260(4).
 +
 +
==ZOS==
 +
*The syntax is to calculate LOG10 in ZOS is <math>LOG10(Number)</math>.
 +
**where <math>Number</math> is the any positive real number.
 +
*For e.g.,[25..35]@LOG10.
 +
*[25..50..3]@LOG10
 +
{{#ev:youtube|CN4IYBXj0Gc|280|center|Log10}}
  
 
==Examples==
 
==Examples==
=log 10(5)= 0.698970004
+
 
=log(55)= 1.740362689
+
#=LOG 10(5)= 0.698970004
=log(10)= 1
+
#=LOG (55)= 1.740362689
=log(1)= 0
+
#=LOG (10)= 1
=log(-10)= NaN
+
#=LOG (1)= 0
=log(0.25)= -0.602059991
+
#=LOG (-10)= NaN
 +
#=LOG (0.25)= -0.602059991
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|2Agatf4kYY8|280|center|Logarithm of Base 10}}
  
 
==See Also==
 
==See Also==
 +
 
*[[Manuals/calci/LN  | LN ]]
 
*[[Manuals/calci/LN  | LN ]]
 
*[[Manuals/calci/IMLOG10  | IMLOG10 ]]
 
*[[Manuals/calci/IMLOG10  | IMLOG10 ]]
Line 26: Line 41:
  
 
==References==
 
==References==
[http://en.wikipedia.org/wiki/Logarithm| Logarithm]
+
[http://en.wikipedia.org/wiki/Logarithm   Logarithm]

Latest revision as of 13:52, 3 June 2015

LOG10(Number)


  • where is the any positive real number.

Description

  • This function gives the logarithm value with the base 10.
  • The logarithm of x to base b is the solution y to the equation.i.e .
  • For e.g The logarithm of 1000 to base 10 is 3. Because 1000 = 10*10*10 = .
  • The logarithm of base 10 is called Common Logarithm or Decimal Logarithm or Decadic Logarithm.
  • It is denoted by or .
  • is related to the number of decimal digits of a positive integer x: the number of digits is the smallest integer strictly bigger than .
  • For e.g:log(5260)= 3.7209, that is nearly(next digit) to 4.
  • That is the number of digits of 5260(4).

ZOS

  • The syntax is to calculate LOG10 in ZOS is .
    • where is the any positive real number.
  • For e.g.,[25..35]@LOG10.
  • [25..50..3]@LOG10
Log10

Examples

  1. =LOG 10(5)= 0.698970004
  2. =LOG (55)= 1.740362689
  3. =LOG (10)= 1
  4. =LOG (1)= 0
  5. =LOG (-10)= NaN
  6. =LOG (0.25)= -0.602059991

Related Videos

Logarithm of Base 10

See Also


References

Logarithm