print("\033[2;89H ", force * math.sin(math.radians(degree)))
The force * math.sin(math.radians(degree)
is what I needed to be rounded to 4 decimal places
print("\033[2;89H ", force * math.sin(math.radians(degree)))
The force * math.sin(math.radians(degree)
is what I needed to be rounded to 4 decimal places