Commented jupytr notebook
This commit is contained in:
parent
1fa7654da5
commit
dd2559130d
@ -46,7 +46,7 @@
|
||||
"source": [
|
||||
"def normalize_degree(theta):\n",
|
||||
" # Normalizes degree theta from -1.5pi to 1.5pi\n",
|
||||
" multiplier = 1\n",
|
||||
" multiplier = 1.5\n",
|
||||
" normalized_theta = theta % (math.pi * multiplier)\n",
|
||||
" \n",
|
||||
" # Maintain the negative sign if the original angle is negative\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user