Hey @blindminds
let’s say you want to use this equation to get r:
x^2+y^2=r^2
You would write:
sqrt(pow(x,2)+pow(y,2))
Some of these commands I think
Hey @blindminds
let’s say you want to use this equation to get r:
x^2+y^2=r^2
You would write:
sqrt(pow(x,2)+pow(y,2))
Some of these commands I think