Difference between revisions of "Manuals/calci/LB"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "LB")
 
Line 1: Line 1:
LB
+
<div style="font-size:30px">'''LB (Number)'''</div><br/>
 +
*<math>Number</math> is any positive real number.
 +
 
 +
==Description==
 +
*This function shows the logarithm value of base 2.
 +
*In <math>LB(Number)</math>,<math>Number</math> is any positive real number.
 +
*LB means the logarithm with the base 2.
 +
*So the Binary logarithm is the logarithm to the base 2.
 +
*The Binary logarithm function is the inverse function of the power of two function.
 +
*So for any real number x, <math>x= log_{2} n</math> ,<math>2^x=n</math>.
 +
*For example, the binary logarithm of 1 is 0, the binary logarithm of 2 is 1, the binary logarithm of 4 is 2, and the binary logarithm of 32 is 5.
 +
*This function will return the result as NaN when the given number as negative.

Revision as of 13:01, 29 March 2017

LB (Number)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Number} is any positive real number.

Description

  • This function shows the logarithm value of base 2.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle LB(Number)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Number} is any positive real number.
  • LB means the logarithm with the base 2.
  • So the Binary logarithm is the logarithm to the base 2.
  • The Binary logarithm function is the inverse function of the power of two function.
  • So for any real number x, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x= log_{2} n} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 2^x=n} .
  • For example, the binary logarithm of 1 is 0, the binary logarithm of 2 is 1, the binary logarithm of 4 is 2, and the binary logarithm of 32 is 5.
  • This function will return the result as NaN when the given number as negative.