-
droid
posted in technical issues • read moreI'm trying to fing the distance between two points, which would seem to be simple enough: sqrt(x^2 + y^2). But the 'pow' object in pd doesn't support float exponents! So how can I get a square root?
Cheers