Can someone help me out with writing a C++ code to find the lcm of an array of numbers.
Thanks in advance, Arun
|
Can someone help me out with writing a C++ code to find the lcm of an array of numbers. Thanks in advance, Arun |
|||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Have a look at Boost: http://www.boost.org/doc/libs/1_46_0/libs/math/doc/gcd/html/index.html |
|||||
|