Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Math::Symbolic::Operator 0.606

    Download button

    No screenshots available
    Downloads: 344  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Steffen Muller | More programs
    Perl Artistic License / FREE
    May 10th, 2012, 05:38 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Math::Symbolic::Operator description

    Operators in symbolic calculations

    Math::Symbolic::Operator is a Perl module with operators in symbolic calculations.

    SYNOPSIS

     use Math::Symbolic::Operator;
     
     my $sum = Math::Symbolic::Operator->new('+', $term1, $term2);
     
     # or:
     my $division =
     Math::Symbolic::Operator->new(
     {
     type => B_DIVISON,
     operands => [$term1, $term2],
     }
     );
     
     my $derivative =
     Math::Symbolic::Operator->new(
     {
     type => U_P_DERIVATIVE,
     operands => [$term],
     }
     );


    This module implements all Math::Symbolic::Operator objects. These objects are overloaded in stringification-context to call the to_string() method on the object. In numeric and boolean context, they evaluate to their numerical representation.

    For a list of supported operators, please refer to the list found below, in the documentation for the new() constructor.

    Math::Symbolic::Operator inherits from Math::Symbolic::Base.


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    symbolic calculations | Perl module | operators | symbolic | calculations

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM