
Math::Fortran - Perl implimentations of Fortrans sign and log10

use Math::Fortran qw(log10 sign);
$v=log10($x);
$v=sign($y);
$v=sign($x,$y);

This module provides and exports some mathematical functions which are built in in Fortran but not in Perl. Currently there are only 2 included.

$Log: Fortran.pm,v $ Revision 1.1 1995/12/26 09:43:01 willijar Initial revision

I welcome other entries for this module and bug reports.

John A.R. Williams <J.A.R.Williams@aston.ac.uk>