File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ \section{Built-in Module \sectcode{math}}
2121\end {funcdesc }
2222
2323\begin {funcdesc }{atan2}{x, y}
24- Return \code {atan(x / y )}.
24+ Return \code {atan(\var {x} / \var {y} )}.
2525\end {funcdesc }
2626
2727\begin {funcdesc }{ceil}{x}
@@ -49,7 +49,7 @@ \section{Built-in Module \sectcode{math}}
4949\end {funcdesc }
5050
5151\begin {funcdesc }{fmod}{x, y}
52- Return \code {x \% y }.
52+ Return \code {\var {x} \%\ \var {y} }.
5353\end {funcdesc }
5454
5555\begin {funcdesc }{frexp}{x}
@@ -58,7 +58,7 @@ \section{Built-in Module \sectcode{math}}
5858\end {funcdesc }
5959
6060\begin {funcdesc }{hypot}{x, y}
61- Return the Euclidean distance, \code {sqrt(x*x + y*y )}.
61+ Return the Euclidean distance, \code {sqrt(\var {x}* \var {x} + \var {y}* \var {y} )}.
6262\end {funcdesc }
6363
6464\begin {funcdesc }{ldexp}{x, i}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ \section{Built-in Module \sectcode{math}}
2121\end {funcdesc }
2222
2323\begin {funcdesc }{atan2}{x, y}
24- Return \code {atan(x / y )}.
24+ Return \code {atan(\var {x} / \var {y} )}.
2525\end {funcdesc }
2626
2727\begin {funcdesc }{ceil}{x}
@@ -49,7 +49,7 @@ \section{Built-in Module \sectcode{math}}
4949\end {funcdesc }
5050
5151\begin {funcdesc }{fmod}{x, y}
52- Return \code {x \% y }.
52+ Return \code {\var {x} \%\ \var {y} }.
5353\end {funcdesc }
5454
5555\begin {funcdesc }{frexp}{x}
@@ -58,7 +58,7 @@ \section{Built-in Module \sectcode{math}}
5858\end {funcdesc }
5959
6060\begin {funcdesc }{hypot}{x, y}
61- Return the Euclidean distance, \code {sqrt(x*x + y*y )}.
61+ Return the Euclidean distance, \code {sqrt(\var {x}* \var {x} + \var {y}* \var {y} )}.
6262\end {funcdesc }
6363
6464\begin {funcdesc }{ldexp}{x, i}
You can’t perform that action at this time.
0 commit comments