google / guava

Google core libraries for Java
Apache License 2.0
49.75k stars 10.8k forks source link

public static BigInteger lcm(BigInteger a, BigInteger b) #3060

Open srinivascodes opened 6 years ago

srinivascodes commented 6 years ago

/*Returns the least common multiple of two BigIntegers using gcd method*/

cgdecker commented 6 years ago

(This proposal seems to be for BigIntegerMath, see PR #3063.)

Louis, any thoughts? It seems likely to me that there would be very few usages for this method... the existing methods on BigIntegerMath don't have many usages to begin with.

kevinb9n commented 6 years ago

I'm a bit motivated to write up a quick proposal.

nikhilbarar commented 6 years ago

Is this open? Can i pick it?

kevinb9n commented 6 years ago

Sorry, there's nothing to do on this right now.