Skip to content

Commit 4662269

Browse files
zygoloidJohelEGP
andcommitted
[format.functions] Use clamp rather than min(max(a,b),c)
Co-Authored-By: Johel Ernesto Guerrero Peña <johelegp@gmail.com>
1 parent 5b8976a commit 4662269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20386,7 +20386,7 @@
2038620386
\item \tcode{N} be
2038720387
\tcode{formatted_size(fmt, args...)} for the functions without a \tcode{loc} parameter and
2038820388
\tcode{formatted_size(loc, fmt, args...)} for the functions with a \tcode{loc} parameter, and
20389-
\item \tcode{M} be \tcode{min(max(n, 0), N)}.
20389+
\item \tcode{M} be \tcode{clamp(n, 0, N)}.
2039020390
\end{itemize}
2039120391

2039220392
\pnum

0 commit comments

Comments
 (0)