Skip to content

Commit

Permalink
Skip 'and format is not provided'
Browse files Browse the repository at this point in the history
As suggested by Per.
  • Loading branch information
henrikt-ma committed Oct 18, 2022
1 parent 87c57dd commit ad1b6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Expand Up @@ -511,7 +511,7 @@ \subsection{Numeric Functions and Conversion Functions}\label{numeric-functions-
\lstinline!Boolean leftJustified = true!: If true, the converted result is left justified in the string; if false it is right justified in the string.
\item
\lstinline!Integer significantDigits = 6!: Number of significant digits in the result string.
Only allowed when formatting a \lstinline!Real! value (and \lstinline!format! is not provided).
Only allowed when formatting a \lstinline!Real! value.
\end{itemize}

For \lstinline!Real! expressions the output shall be according to the Modelica grammar.
Expand Down

0 comments on commit ad1b6ed

Please sign in to comment.