NAME Acme::Math::XS - Math is HARD (faster) 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 * David Oswald 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