Math::Calculator

A multi-stack calculator class
Download

Math::Calculator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ricardo Signes
  • Publisher web site:
  • http://search.cpan.org/~rjbs/

Math::Calculator Tags


Math::Calculator Description

A multi-stack calculator class Math::Calculator is a simple Perl module representing a stack-based calculator. It can have an arbitrary number of stacks.SYNOPSIS use Math::Calculator; my $calc = Math::Calculator->new; $calc->push(10, 20, 30); $calc->add; $calc->root; # 1.0471285480509 (50th root of 10) Requirements: · Perl


Math::Calculator Related Software