79089639

Date: 2024-10-15 11:09:18
Score: 3
Natty:
Report link

From https://docs.oracle.com/javase/8/docs/api/java/math/BigInteger.html#valueOf-long-:

This "static factory method" is provided in preference to a (long) constructor because it allows for reuse of frequently used BigIntegers.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Leponzo