The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Acme::Math::XS - Math is HARD (faster)

acme-math-xs-pm acme-math-xs-pm

SYNOPSIS

    use Acme::Math::XS;

    print "2 + 2 = ${\add(2, 2)}\n";

DESCRIPTION

This is the smallest possible XS module written with Inline::C.

AUTHORS

  • Ingy döt Net <ingy@cpan.org>

  • David Oswald <davido@cpan.org>

COPYRIGHT

Copyright 2014. Ingy döt Net.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html