Hi,
there might already been some answer to this, although I did not find it by searching...
How could I get the absolute value of an integer (-92 ==> 92)
floatsqroot(value*value) and floatabs(value) will return a tag mismatch warning..
I have solved this by multiplying with -1, although I'm interested whether there is an alternative way for it
there might already been some answer to this, although I did not find it by searching...
How could I get the absolute value of an integer (-92 ==> 92)
floatsqroot(value*value) and floatabs(value) will return a tag mismatch warning..
I have solved this by multiplying with -1, although I'm interested whether there is an alternative way for it
Aucun commentaire:
Enregistrer un commentaire