dwww Home | Manual pages | Find package

Math::Int64::die_on_ovUseroContributed Perl DMath::Int64::die_on_overflow(3pm)

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

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

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

SEE ALSO
       Math::Int64.

perl v5.34.0                      2022-02-06 Math::Int64::die_on_overflow(3pm)

Generated by dwww version 1.14 on Mon Feb 3 07:43:55 CET 2025.