Skip to content

Commit

Permalink
Update ch28.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
MeouSker77 authored Sep 22, 2024
1 parent 56e8fce commit 0b75446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latex/src/ch28.tex
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ \subsection{最大公约数和最小公倍数}
\subsection{\texttt{std::hypot()}的三参数重载}
在头文件中\texttt{<cmath>}中:
\begin{itemize}
\item \texttt{hypot(x, y, z)}返回传递参数的平方的平方根
\item \texttt{hypot(x, y, z)}返回参数的平方之和的平方根
\end{itemize}
就像\texttt{<cmath>}中其他的函数一样,这个函数有支持所有浮点数类型的重载版本。

Expand Down

0 comments on commit 0b75446

Please sign in to comment.