Skip to content

Commit

Permalink
Split long sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Oct 18, 2022
1 parent 83c5655 commit fd1f7e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/operatorsandexpressions.tex
Expand Up @@ -531,7 +531,8 @@ \subsection{Numeric Functions and Conversion Functions}\label{numeric-functions-
\lstinline!(if leftJustified then "-" else "") + String(minimumLength) + "d"!
\end{itemize}

The ANSI-C style \lstinline!format! string (which cannot be combined with any of the other named arguments) consists of a single conversion specifier without the leading \%, shall not contain length modifiers, and shall not use `\lstinline!*!' for width and/or precision.
The ANSI-C style \lstinline!format! string (which cannot be combined with any of the other named arguments) consists of a single conversion specifier without the leading \%.
It shall not contain length modifiers, and shall not use `\lstinline!*!' for width and/or precision.
For all numeric values the type field specifiers `\lstinline!f!', `\lstinline!e!', `\lstinline!E!', `\lstinline!g!', `\lstinline!G!' are allowed.
For integral values it is also allowed to use the `\lstinline!d!', `\lstinline!i!', `\lstinline!o!', `\lstinline!x!', `\lstinline!X!', `\lstinline!u!', and `\lstinline!c!' type field specifiers (for non-integral values a tool may round, truncate or use a different format if the integer conversion characters are used).

Expand Down

0 comments on commit fd1f7e1

Please sign in to comment.