Numbers
- Integer-based operations
- Floating-point based operations
- Precision
- Mixed operations
- int8
- uint8
- Bytes
- Byte is uint8
- uint16
- uint32
- Converting values to other types - float32, int, string
- Complex numbers
- binary - octal - hex
- Random
- Random with seed
- Exercise: One-dimensional spacefight - level 1
- Solution: One-dimensiona spacefight - level 1