Mathematical Operations, The Julia Language, 2024 - Official documentation covering standard and specialized arithmetic operators, including integer division, remainder, exponentiation, and unary operations.
Operators, The Julia Language, 2024 (The Julia Language) - Official documentation detailing operator precedence and various assignment operators, including compound assignment.
Think Julia: How to Think Like a Computer Scientist, Ben Lauwens, Allen B. Downey, 2019 (O'Reilly Media) - An introductory textbook that offers a pedagogical explanation of fundamental programming concepts in Julia, including arithmetic and assignment operations.