faqts : Computers : Programming : Languages : Perl : Common Problems

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

20 of 27 people (74%) answered Yes
Recently 9 of 10 people (90%) answered Yes

Entry

Is there some way to get a base 10 log (a mathematical log, as opposed to ln)?

Jun 10th, 2000 03:53
unknown unknown, Prasanth Kumar, Neil Kandalgaonkar


perldoc -f log

log10(x)=ln(x)/ln(10)