On Sun, Dec 24, 2023 at 9:59 AM sebb <seb...@gmail.com> wrote: > > Both Numbers and Statistics have implementations of > > BigInteger toUnsignedBigInteger(long treatedAsUnsigned) >
Can you describe a use case for this? That might help decide where it belongs. I wouldn't be surprised if this is more suitable for lang than Math or Numbers. I'd also suggest a different method name. There's no such thing as an UnsignedBigInteger in Java. All BigIntegers are signed. Maybe something like toBigIntegerFromUnsigned -- Elliotte Rusty Harold elh...@ibiblio.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org