Query: math::nocarry
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NoCarry(3pm) User Contributed Perl Documentation NoCarry(3pm)NAMEMath::NoCarry - Perl extension for no carry arithmeticSYNOPSISuse Math::NoCarry qw(:all); my $sum = add( 123, 456 ); my $difference = subtract( 123, 456 ); my $product = multiply( 123, 456 );DESCRIPTIONperl v5.8.8 2007-12-09 NoCarry(3pm)