+ 1
How do i use modulus operation used in math in my program in python
trying to calculate angle between two planes
1 Answer
+ 10
Absolute value /modulus/ is returned by the abs() function, so you can use it in your calculations.
trying to calculate angle between two planes