Commented jupytr notebook
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user