maybe i should be alot clearer in my question alot more clearer its like this
ive got a bunch of values that are really really really small and i need to
find there lcm i know what the lcm is but i have to actually calculate it the
numbers arent whole but decimals and so oon i need the lcm function to give
me a negative single (decimal number) not a integer hope that helps
> As I understand it it is not designed to work with negative numbers, as
> if you put in 2 -3 -6 12 would the answer be 12 or 36 or ?
>
> Regards
>
> Dav
pouch - 24 Jul 2006 12:27 GMT
purely from a mathematical point of view you cannot have a negative lc
as there will always be a lower multiple. For example if you did manag
to obtain a lcm of -30 then -27000 (-30x-30x-30) making this a new lc
and this process can be repeated infinitel
Cyberscryed - 24 Jul 2006 13:18 GMT
yes great input there made me relook at what i was doing and i didnt need a
negative number i needed a decimal value for my result for example i need a
number like 1.654634353534E-19 ro occur as my lcm any ideas
> purely from a mathematical point of view you cannot have a negative lcm
> as there will always be a lower multiple. For example if you did manage
> to obtain a lcm of -30 then -27000 (-30x-30x-30) making this a new lcm
> and this process can be repeated infinitely