Numbers

  1. Integer-based operations
  2. Floating-point based operations
  3. Precision
  4. Mixed operations
  5. int8
  6. uint8
  7. Bytes
  8. Byte is uint8
  9. uint16
  10. uint32
  11. Converting values to other types - float32, int, string
  12. Complex numbers
  13. binary - octal - hex
  14. Random
  15. Random with seed
  16. Exercise: One-dimensional spacefight - level 1
  17. Solution: One-dimensiona spacefight - level 1