0

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.

hidarikani
  • 1,121
  • 1
  • 11
  • 25

1 Answers1

1

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

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216