Ignore:
Timestamp:
Feb 25, 2024, 6:13:37 PM (5 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
1bb76ad, a4da45e
Parents:
6c68893
Message:

more proofreading on enumeration thesis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/jiada_liang_MMath/intro.tex

    r6c68893 r022bce0  
    33Naming values is a common practice in mathematics and engineering, \eg $\pi$, $\tau$ (2$\pi$), $\phi$ (golden ratio), MHz (1E6), etc.
    44Naming 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}.
     5Many programming languages capture this important software engineering capability through a mechanism called an \Newterm{enumeration}.
    66An 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.
    77Note, 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.