WANTS TO MAKE SOFTWARE WITHOUT KNOWLEDGE OF ASP? CLICK HERE
Calculation of logarithm :-
You can calculate base-n logarithms for any number x by dividing
the natural logarithm of x by the natural logarithm of n as
follows:
Logn(x) = Log(x) / Log(n)
Note :- Negative values are not allowed.
The Syntax of the Log function is :-
Log(number) |
Example#1 :-
Code :- document.write(Log(38.256783227)) Output :- 3.64432088381777 |
Example#2 :-
Code :- <% =Log(26.2850411552082) %> Output :- 3.269 |
Terms and Conditions / Privacy Policy / Refund Policy / Shipping Policy