A Java lib that has a utility for finding the least common multiple of a set of integers

StackOverflow https://stackoverflow.com/questions/10468907

  •  06-06-2021
  •  | 
  •  

Pregunta

I would like to find the least common multiple of a set of integers. Does a numerical Java library that does this exist? Please provide a link to it.

¿Fue útil?

Solución

The Orbital library has an LCM method. Here is the javadoc.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top