Wiki
Calculator
-- Make calculations easier!
Tweet
Print
Home
>
Math
>
Algebra
> Logarithm of a positive real number x with respect to base b
Logarithm of a positive real number x with respect to base b
Formula
y
logarithm of a number x with respect to base b
b
base, a positive real number not equal to 1
x
a positive number
Formula description
The logarithm of a number is the exponent by which a fixed number, the base, has to be raised to produce that number.
Calculator (
how to use calculator?
)
b
x
y
Precision
0
1
2
3
4
5
6
7
8
9
Formula code
C
C#
C++
Java
JavaScript
LaTeX
PHP
#include
y =log(x)/log(b)
y = Math.Log(x)/Math.Log(b)
#include
y =log(x)/log(b)
y = Math.log(x)/Math.log(b)
y = Math.log(x)/Math.log(b)
y = \log_b(x)
$y =log($x)/log($b)
References
wikipedia: Logarithm.
Comment or add more code
If you cannot find the formula or calculator you want, please tell us what you want and we will add it for you ASAP. If you want anything else or find any error on this page, please just let us know. If you know the formula in other languages, you are welcome to add it. Thanks for contributing to wikicalculator.com!
Comment
Add code for the formula
Please help us do better by providing your opinions(<= 500 characters):
Language:
(<= 500 characters)
Name
Email
Home Page