Changeset 022bce0 for doc/theses/jiada_liang_MMath/intro.tex
- Timestamp:
- Feb 25, 2024, 6:13:37 PM (7 months ago)
- Branches:
- master
- Children:
- 1bb76ad, a4da45e
- Parents:
- 6c68893
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/jiada_liang_MMath/intro.tex
r6c68893 r022bce0 3 3 Naming values is a common practice in mathematics and engineering, \eg $\pi$, $\tau$ (2$\pi$), $\phi$ (golden ratio), MHz (1E6), etc. 4 4 Naming is also commonly used to represent many other numerical phenomenon, such as days of the week, months of a year, floors of a building (basement), specific times (noon, New Years). 5 Many programming languages capture this important software -engineering capability through a mechanism called an \Newterm{enumeration}.5 Many programming languages capture this important software engineering capability through a mechanism called an \Newterm{enumeration}. 6 6 An enumeration is similar to other programming-language types by providing a set of constrained values, but adds the ability to name \emph{all} the values in its set. 7 7 Note, all enumeration names must be unique but different names can represent the same value (eight note, quaver), which are synonyms.
Note: See TracChangeset
for help on using the changeset viewer.