Acme-Math-Google

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    Acme::Math::Google - Let Google do the math

SYNOPSIS
      use Acme::Math::Google;
      my $amg = Acme::Math::Google->new;
      print $amg->calc('e**(i*pi)');    # -1
      print $amg->calc('e**(i*pi)', 1); # 'e ** (i * pi) = -1'
                                        # WWW::Google::Calculator compat

DESCRIPTION
    Need I say more than above?

  EXPORT
    None.

  Acme::Math::Google vs. WWW::Google::Calculator
    Darn, another wheel reinvented. This module does essentially the same as
    WWW::Google::Calculator but much simpler. All you need is URI and
    LWP::UserAgent whereas WWW::Google::Calculator demands WWW::Mechanize,
    HTML::TokeParser and Class::Accessor::Fast.

lib/Acme/Math/Google.pm  view on Meta::CPAN

=head1 SYNOPSIS

  use Acme::Math::Google;
  my $amg = Acme::Math::Google->new;
  print $amg->calc('e**(i*pi)');    # -1
  print $amg->calc('e**(i*pi)', 1); # 'e ** (i * pi) = -1'
                                    # WWW::Google::Calculator compat

=head1 DESCRIPTION

Need I say more than above?

=head2 EXPORT

None.

=head2 Acme::Math::Google vs. WWW::Google::Calculator

Darn, another wheel reinvented.  This module does essentially the same
as L<WWW::Google::Calculator> but much simpler.  All you need is
L<URI> and L<LWP::UserAgent> whereas L<WWW::Google::Calculator>



( run in 1.624 second using v1.01-cache-2.11-cpan-483215c6ad5 )