How do i use modulus operation used in math in my program in python | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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