logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Math::Int64::die_on_overflow - catch overflows when using Math::Int64

Name

       Math::Int64::die_on_overflow - catch overflows when using Math::Int64

See Also

       Math::Int64.

perl v5.40.0                                       2024-10-20                  Math::Int64::die_on_overflow(3pm)

Synopsis

         use Math::Int64 qw(uint64);
         use Math::Int64::die_on_overflow;

         my $number = uint64(2**32);
         say($number * $number); # overflow error!

See Also