How do i use modulus operation used in math in my program in python | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 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