((x)^2)0.5 = disX
Im doing a moving system for turtle and this code is to remove the minus to calcul the distance betwen the 2 coords
but I get a syntax error when I run it
Posted 12 April 2013 - 01:33 PM
((x)^2)0.5 = disX
Posted 12 April 2013 - 01:41 PM
Posted 12 April 2013 - 01:42 PM
disX=((x)^2)0.5
Posted 12 April 2013 - 01:43 PM
disX = x^2 / 2
Posted 19 April 2013 - 12:21 PM
Posted 19 April 2013 - 01:20 PM
0 members, 1 guests, 0 anonymous users