====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
gibson:teaching:fall-2014:math445:lab1 [2014/09/01 17:01] gibson |
gibson:teaching:fall-2014:math445:lab1 [2014/09/01 18:56] (current) gibson |
||
---|---|---|---|
Line 16: | Line 16: | ||
- | **Problem 2:** What is the type of the answers in problem 1? | + | **Problem 2:** What is the type (class) of the answers in problem 1? |
**Problem 3:** Use //intmin// and //intmax// to determine the range of values that can be stored in the types //uint32// and //uint64//. Express the answers as integers and in scientific notation. | **Problem 3:** Use //intmin// and //intmax// to determine the range of values that can be stored in the types //uint32// and //uint64//. Express the answers as integers and in scientific notation. | ||
Line 87: | Line 87: | ||
xor(5 < 6, 8 > 4) | xor(5 < 6, 8 > 4) | ||
| | ||
- | What is the type of each of the answers? | + | What is the type (class) of each of the answers? |
**Problem 10:** The geometric mean g of n numbers $x_1, x_2, \ldots, x_n$ is given by | **Problem 10:** The geometric mean g of n numbers $x_1, x_2, \ldots, x_n$ is given by |