i have real 2 numbers and i want to multiple them together but if either of them is negative i want the answer to be negative. only if theyre both positive than i want the positive sum.
eg
-2 * -3 = -6
what would be the best way to acomplish this without using conditional statements?
cheers zed



