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

NAME

Path::Hilbert::BigInt - A slower, no-frills converter between very large 1D and 2D spaces using the Hilbert curve

VERSION

Version 2.000

SYNOPSIS

    use Path::Hilbert::BigInt;
    my ($x, $y) = d2xy(8192, 21_342_865);
    my $d = xy2d(8192, $x, $y);
    die unless $d == 21_342_865;

DESCRIPTION

See the documentation for Path::Hilbert, except s/Path::Hilbert/Path::Hilbert::BigInt/ as needed.

AUTHOR

PWBENNETT <paul.w.bennett@gmail.com>

LICENSE

GNU LGLP 3.0 or newer.