GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Expr::Rule(3) User Contributed Perl Documentation Expr::Rule(3)

  Math::Expr::Var - Represents a agebraic rule

  reuire Math::Expr::Var;
  reuire Math::Expr;
        
        $r=new Math::Expr::Var($from, $to);
  @res=$r->Apply($expr)

  This will create a rule that converts the expression $from to $to,
  and then apply that rule to $expr. $from, $to, $expr are all
  Math::Expr::Opp structures that should be Simplified to work ok.

  The result is a array @res of Math::Expr::Opp objects which should 
  contain the results of applying the rule once on $expr in all 
  possible ways. They are all simplified, and duplicaions are removed.

  Makes a rule converting the Math::Expr::Opp structur $from into $to.
1998-06-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.