How do i use modulus operation used in math in my program in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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