English     Español
[Main Index] : Programming : Languages : Perl : CPAN Modules : Data Type Utilities : Math
 Math::Fortran CPAN (Perl) Module 

Search

 

Documents

Math::Fortran - Perl implimentations of Fortrans sign and log10 (Displayed)
README 

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


SYNOPSIS

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


DESCRIPTION

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

log10 log to the base of 10 =item sign with 1 parameter, +1 if $y>=0, -1 otherwise, with 2 parameters +abs($x) if $y>=0, -abs($x) otherwise.


HISTORY

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


BUGS

I welcome other entries for this module and bug reports.


AUTHOR

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

Information

This site is currently in testing, it is not yet operating using the full database. Until it is officially launched you may wish to visit Help-Site Computer Manuals. After launch, this site (HelpSpy) will replace Help-Site. Information about the spider which is currently trawling the Internet looking for links to add to this directory can be found here.
   

©Copyright Nicholas Reynolds 2004