From 130a6e7438010ff39111c9ab2317372f8f4e4a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johel=20Ernesto=20Guerrero=20Pe=C3=B1a?= Date: Wed, 27 Nov 2024 10:45:07 -0400 Subject: [PATCH] [qty.sym.expr.algo] Use a list --- docs/api_reference/src/quantities.tex | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/api_reference/src/quantities.tex b/docs/api_reference/src/quantities.tex index 725de029d..24c37a77a 100644 --- a/docs/api_reference/src/quantities.tex +++ b/docs/api_reference/src/quantities.tex @@ -1254,15 +1254,21 @@ \begin{itemdescr} \pnum -Let \tcode{\exposidnc{expr-type-map}} be +Let +\begin{itemize} +\item +\tcode{\exposidnc{expr-type-map}} be \tcode{power, Ints...>} if \tcode{U} is of the form \tcode{power}, and -\tcode{Proj} otherwise. -Let \tcode{\exposidnc{map-power}(u)} be +\tcode{Proj} otherwise, +\item +\tcode{\exposidnc{map-power}(u)} be \tcode{pow(F\{\})} if \tcode{decltype(u)} is of the form \tcode{power}, and -\tcode{u} otherwise. -Let \tcode{Nums} and \tcode{Dens} +\tcode{u} otherwise, and +\item +\tcode{Nums} and \tcode{Dens} be packs denoting the template arguments of \tcode{T::\exposidnc{nums}} and \tcode{T::\exposidnc{dens}}, respectively. +\end{itemize} \pnum \returns