.. Created by Adam Cunnningham on Sat Dec 10 2016. **Week 3: February 13 - 17** ============================= Floating-Point Numbers ---------------------- Although mathematics deals with real numbers of infinite precision, these numbers must be represented in a computer using a finite number of digits. We examine ways in which this can be done effectively, and some of the problems and issues that arise in doing so. Python ------ - Modulus operator % - **break** - **continue** - List concatenation - List indexing and slicing - List comprehensions - **len** Matplotlib ---------- - **text** - **xlim**, **ylim** - **xticks**, **yticks** Quiz 2: Conditional Code and Functions -------------------------------------- - **if** statement - **def** statement - **import** statement - **dir** function - Comments :download:`Sample Quiz 2 <../Quizzes/Quiz2Sample.pdf>`