diff --git a/latex/src/ch28.tex b/latex/src/ch28.tex index e64df94..fe831ba 100644 --- a/latex/src/ch28.tex +++ b/latex/src/ch28.tex @@ -242,7 +242,7 @@ \subsection{最大公约数和最小公倍数} \subsection{\texttt{std::hypot()}的三参数重载} 在头文件中\texttt{}中: \begin{itemize} - \item \texttt{hypot(x, y, z)}返回传递参数的平方的平方根。 + \item \texttt{hypot(x, y, z)}返回参数的平方之和的平方根。 \end{itemize} 就像\texttt{}中其他的函数一样,这个函数有支持所有浮点数类型的重载版本。