Oct 19, 2001 #1 jdeejay Programmer Joined Oct 5, 2001 Messages 44 Location US Is there a way to get the log(10) of a number with CR 8? Thanks
Oct 22, 2001 #2 mbarron Technical User Joined Aug 3, 2001 Messages 1,247 Location US To convert from one base to another, divide the log of the number by the log of the base you want to it converted to. log(X)/log(10) will give you the log of X in base 10. Upvote 0 Downvote
To convert from one base to another, divide the log of the number by the log of the base you want to it converted to. log(X)/log(10) will give you the log of X in base 10.