cpan

�Ĥ��˥��ॿ������Ȥ��ޤ�

��������¼�� powered by ��������: [�ƣʥ���饤��Ĥ�����]����������ˤ�򤱤ʤ�������
������������ǽ�Ǥ����˲������Фʤ������Ǥ����������
7-11�ʼ����������
�������Ǥ�����¸�Τ�����¿�����⤷��ޤ���͡�

����ϡ��ष��Google�μ����������򼨤�����Ȼפ���-4��ꥳ��ӥˤ��Ф�����������ʬ�����ʡ������Ƥ��ξ�硣

�ष���������Τϡ�404 Blog Not Found:%w(Complex Number).reverse�Ǽ�����ʣ�DZ黻������Ȥ�äƤ���뤳�ȡ�

�ʤɤ�ͷ��Ǥ��뤦���ˡ�����ʤ��򤳤����Ƥ��ޤä���

Acme::Math::Google 0.02
Local Copy
At CPAN

Version�������ʤ�0.02�˾夬�äƤ���Τϡ�WWW::Google::Calculator���ä������顣���Ū�˼��ؤκ�ȯ�������ɡ����ä��μ��ؤ������ڤ����ʡ�

Enjoy!

Dan the Man with Too Many Wheels Reinvented

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
    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.

SEE ALSO
    WWW::Google::Calculator

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

AUTHOR
    Dan Kogai, <[email protected]>

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.