how would i put a whole bunch of float numbers into a list and then find the lowest common multiple of all the numbers?
My problem is that i have a text file with info on solar systems and i have isolated the value for the period of revolution for each planet and their moons and i would like to find the LCM for all the periods. The problem is the periods are all in floats not integers and I can't make a list of them. Also I'm having trouble with developing my LCM equation.. any help would be greatly appreciated
Jordan