Skip to content

Commit

Permalink
Clearer for unit-divison
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed May 16, 2019
1 parent ad70b79 commit 79ca715
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions chapters/unitexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ \section{The Syntax of Unit Expressions}\doublelabel{the-syntax-of-unit-expressi

The unit of measure of a dimension free quantity is denoted by \lstinline!"1"!. The
SI standard does not define any precedence between multiplications and
divisions. The SI recommendation is to have at most one division, where
the expression to the right of \lstinline!/! either contains no multiplications or
is enclosed within parentheses, or use negative
exponents, for example, \lstinline!"J/(kg.K)"! may be written as \lstinline!"J.kg-1.K-1"!.
divisions. The SI standard does not allow multiple units to the right of the
division-symbol (\lstinline!/!) since the result is ambigous; either the divisor shall be enclosed in parentheses,
or negative exponents used instead of division, for example, \lstinline!"J/(kg.K)"! may be written as \lstinline!"J.kg-1.K-1"!.

\begin{lstlisting}[language=grammar]
unit_factors:
Expand Down

0 comments on commit 79ca715

Please sign in to comment.