Unc3nZureD Posted October 9, 2014 Share Posted October 9, 2014 Hi guys It's just a shortie, which can solve logarithm on any base, not only E-based or 10-based (like most ofthe calculators). In my code, $Number (1st argument) indicates n and the 2nd argument ($Base) indicates b. And here is the source Func ExpertLog($Number, $Base) return Log($Number) / Log($Base) EndFunc That's all mesale0077 1 Link to comment Share on other sites More sharing options...
TheSeeker Posted June 5, 2016 Share Posted June 5, 2016 (edited) Thank You, I was looking for this Edited June 5, 2016 by TheSeeker "Let me win[color=rgb(68,68,68);font-family:arial, sans-serif;font-size:small;], [/color]but if I cannot[color=rgb(68,68,68);font-family:arial, sans-serif;font-size:small;] win, let me be brave in the attempt"[/color] Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now