Math Operators

From Lucca's Wiki
Revision as of 01:41, 22 August 2025 by 50.220.241.211 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Operat  Name     	Example 	
+ 	Addition 	x + y 	
- 	Subtraction 	x - y 	
* 	Multiplication 	x * y 	
/ 	Division 	x / y 	
% 	Modulus 	x % y 	(this is the remainder after dividing the two numbers)
** 	Exponentiation 	x ** y 	
// 	Floor division 	x // y