Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Getting this:
Seems to come from:
because
length = 26and((5*length - (length %% 2)) %/%2 - 1)here:But
1is implicitlyintwhich can't handle64-bit input. Need to use a64-bit integer instead.Closed in 73ea7aa