Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Is anyone familiar with the fortran function "alog()" and know whether or not there is a cross-reference/translation of this function into perl?
Thanks.
Comment on is there a translation of the fortran alog() into perl?
According to a quick google, "alog" is just "log", but spelled with a floating-point initial character instead of an integer initial character. So, log should do it for you.