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


NAME

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 the WWW::Google::Calculator manpage but much simpler. All you need is the URI manpage and the LWP::UserAgent manpage whereas the WWW::Google::Calculator manpage demands the WWW::Mechanize manpage, the HTML::TokeParser manpage and the Class::Accessor::Fast manpage.


SEE ALSO

the WWW::Google::Calculator manpage

http://www.google.com/intl/en/help/features.html#calculator


AUTHOR

Dan Kogai, <dankogai@dan.co.jp>


COPYRIGHT AND LICENSE

Copyright (C) 2006 by Dan Kogai

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.