Functional Problem Solving (CSC 151 2015S) : Outlines

Outline 04: Computing with Symbols and Numbers


Held: Monday, 26 January 2015

Back to Outline 03 - An Introduction to Scheme. On to Outline 05 - Drawings as Values.

Summary

We explore a bit more about data in Scheme, particularly the ways in which our version of Scheme supports numbers.

Related Pages

Overview

Administrivia

Upcoming Work

Extra Credit Opportunities

Academic

Peer Support (Morning Section)

Peer Support (Afternoon Section)

Recommended Events (no EC unless mentioned above)

Types

Lab

Scheme's Numeric Types

Modulo

Number line:  -9 -8|-7 -6 -5 -4 -3 -2 -1| 0  1  2  3  4  5  6| 7  8  9 10 11 
Modulo 7:      5  6| 0  1  2  3  4  5  6| 0  1  2  3  4  5  6| 0  1  2  3  4