Chapter 2
Learning Basics in Julia
Section 1
Numbers
As a numerical language, numbers are central to Julia’s appeal. This video will be an introduction to numbers, but we will not go into the full depth, as that will require a complete understanding of the Julia type system. - Explore different ways to create or express numbers - Deal with integers and gotchas; bit sizes, division, and remainders - Perform common operations with numbers