+ 1

How do i use modulus operation used in math in my program in python

trying to calculate angle between two planes

15th Jul 2018, 11:43 AM
Harsh Ris
Harsh Ris - avatar
1 Answer
+ 10
Absolute value /modulus/ is returned by the abs() function, so you can use it in your calculations.
15th Jul 2018, 1:48 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar