Opposite of Abs?
Hi,
Sorry but my maths is a bit rubbish. Does anyone know of a simple way to make an opposite of the abs object? For example, input a int or float and get the same value out but as a - num?
Cheers
number -> abs -> * -1. ??
Not sure what you mean :)
Sounded like to me the original post was asking for a way to always get a negative number no matter what the input. In that case do an abs of your number to always get the positive, then multiply by -1. to always get the negative... unless I misunderstood.
ya as 2 people have posted to get the minus of the abs just send number > abs > * -1
beer gut?
:D