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
  •  | 
  •  

Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top