NAME
Path::Hilbert::BigInt - A slower, no-frills converter between very large 1D and 2D spaces using the Hilbert curve
SYNOPSIS
use Path::Hilbert::BigInt;
my ($x, $y) = d2xy(5000, 21_342_865);
my $d = xy2d(5000, $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
Same as Perl.