Ignore:
Timestamp:
Feb 16, 2024, 1:26:46 PM (8 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
38f5006
Parents:
38f4953
Message:

change text to use macros \eg amd \ie

File:
1 edited

Legend:

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

    r38f4953 rf9da761  
    201201\section{Enumeration Pseudo-functions}
    202202
    203 Pseudo-functions are function-like operators that do not result in any run-time computations, i.e., like @sizeof@, @offsetof@, @typeof@.
     203Pseudo-functions are function-like operators that do not result in any run-time computations, \ie like @sizeof@, @offsetof@, @typeof@.
    204204Often a call to a pseudo-function is substituted with information extracted from the symbol table at compilation time, like storage size or alignment associated with the underlying architecture..
    205205
     
    250250\end{cquote}
    251251Here, the intuitive code on the left is implicitly transformed into the statndard implementation on the right, using the value of the enumeration variable and enumerators.
    252 However, this implementation is fragile, e.g., if the enumeration is changed to:
     252However, this implementation is fragile, \eg if the enumeration is changed to:
    253253\begin{cfa}
    254254enum Count { First, Second, Third @= First@, Fourth };
Note: See TracChangeset for help on using the changeset viewer.