mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2026-09-21 12:44:00 +08:00
* refactor: clean to roadmap content * refactor: move shared helpers into scripts/lib
785 B
785 B
Arithmetic
Arithmetic operators perform mathematical calculations: + (addition), - (subtraction), * (multiplication), / (division), // (floor division), % (modulo), and ** (exponentiation). They are used constantly for computing derived columns, normalizing values, and performing aggregations.
Visit the following resources to learn more: