Capitalises 'cartesian'
This commit is contained in:
parent
0460f4c415
commit
aa1a49d336
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ Thus, `m ≤ n × n ≤ p` parses as `(m ≤ n) × (n ≤ p)` and
|
||||||
|
|
||||||
Given two types `A` and `B`, we refer to `A x B` as the
|
Given two types `A` and `B`, we refer to `A x B` as the
|
||||||
*product* of `A` and `B`. In set theory, it is also sometimes
|
*product* of `A` and `B`. In set theory, it is also sometimes
|
||||||
called the *cartesian product*, and in computing it corresponds
|
called the *Cartesian product*, and in computing it corresponds
|
||||||
to a *record* type. Among other reasons for
|
to a *record* type. Among other reasons for
|
||||||
calling it the product, note that if type `A` has `m`
|
calling it the product, note that if type `A` has `m`
|
||||||
distinct members, and type `B` has `n` distinct members,
|
distinct members, and type `B` has `n` distinct members,
|
||||||
|
|
|
@ -133,7 +133,7 @@ Thus, `m ≤ n × n ≤ p` parses as `(m ≤ n) × (n ≤ p)`.
|
||||||
|
|
||||||
Given two types `A` and `B`, we refer to `A x B` as the
|
Given two types `A` and `B`, we refer to `A x B` as the
|
||||||
_product_ of `A` and `B`. In set theory, it is also sometimes
|
_product_ of `A` and `B`. In set theory, it is also sometimes
|
||||||
called the _cartesian product_, and in computing it corresponds
|
called the _Cartesian product_, and in computing it corresponds
|
||||||
to a _record_ type. Among other reasons for
|
to a _record_ type. Among other reasons for
|
||||||
calling it the product, note that if type `A` has `m`
|
calling it the product, note that if type `A` has `m`
|
||||||
distinct members, and type `B` has `n` distinct members,
|
distinct members, and type `B` has `n` distinct members,
|
||||||
|
|
Loading…
Reference in a new issue