Help for this page

Select Code to Download


  1. or download this
    package Math::Compelx;
    
    # blah, blah, blah
    
    1; # modules need to return 'true'
    
  2. or download this
    package Math::Complex;
    
    ...
    # blah, blah, blah
    
    1; # modules need to return 'true'