|
307 | 307 | template<class T> T norm(const complex<T>&);
|
308 | 308 |
|
309 | 309 | template<class T> complex<T> conj(const complex<T>&);
|
310 |
| - template <class T> complex<T> proj(const complex<T>&); |
| 310 | + template<class T> complex<T> proj(const complex<T>&); |
311 | 311 | template<class T> complex<T> polar(const T&, const T& = 0);
|
312 | 312 |
|
313 | 313 | // \ref{complex.transcendentals}, transcendentals:
|
|
325 | 325 | template<class T> complex<T> log (const complex<T>&);
|
326 | 326 | template<class T> complex<T> log10(const complex<T>&);
|
327 | 327 |
|
328 |
| - template<class T> complex<T> pow(const complex<T>&, const T&); |
329 |
| - template<class T> complex<T> pow(const complex<T>&, const complex<T>&); |
330 |
| - template<class T> complex<T> pow(const T&, const complex<T>&); |
| 328 | + template<class T> complex<T> pow (const complex<T>&, const T&); |
| 329 | + template<class T> complex<T> pow (const complex<T>&, const complex<T>&); |
| 330 | + template<class T> complex<T> pow (const T&, const complex<T>&); |
331 | 331 |
|
332 | 332 | template<class T> complex<T> sin (const complex<T>&);
|
333 | 333 | template<class T> complex<T> sinh (const complex<T>&);
|
|
1130 | 1130 | \begin{itemdescr}
|
1131 | 1131 | \pnum
|
1132 | 1132 | \notes
|
1133 |
| -the branch cuts are along the negative real axis. |
| 1133 | +The branch cuts are along the negative real axis. |
1134 | 1134 |
|
1135 | 1135 | \pnum
|
1136 | 1136 | \returns
|
|
1152 | 1152 | \begin{itemdescr}
|
1153 | 1153 | \pnum
|
1154 | 1154 | \notes
|
1155 |
| -the branch cuts are along the negative real axis. |
| 1155 | +The branch cuts are along the negative real axis. |
1156 | 1156 |
|
1157 | 1157 | \pnum
|
1158 | 1158 | \returns
|
|
1171 | 1171 | \begin{itemdescr}
|
1172 | 1172 | \pnum
|
1173 | 1173 | \notes
|
1174 |
| -the branch cuts are along the negative real axis. |
| 1174 | +The branch cuts are along the negative real axis. |
1175 | 1175 |
|
1176 | 1176 | \pnum
|
1177 | 1177 | \returns
|
1178 |
| -The complex power of base \tcode{x} raised to the \tcode{y}-th power, |
| 1178 | +The complex power of base \tcode{x} raised to the \tcode{y}$^\text{th}$ power, |
1179 | 1179 | defined as
|
1180 |
| -\tcode{exp(y*log(x))}. |
| 1180 | +\tcode{exp(y * log(x))}. |
1181 | 1181 | The value returned for
|
1182 |
| -\tcode{pow(0,0)} |
| 1182 | +\tcode{pow(0, 0)} |
1183 | 1183 | is implementation-defined.
|
1184 | 1184 | \end{itemdescr}
|
1185 | 1185 |
|
1186 | 1186 | \indexlibrary{\idxcode{sin}!\idxcode{complex}}%
|
1187 | 1187 | \begin{itemdecl}
|
1188 |
| -template<class T> complex<T> sin (const complex<T>& x); |
| 1188 | +template<class T> complex<T> sin(const complex<T>& x); |
1189 | 1189 | \end{itemdecl}
|
1190 | 1190 |
|
1191 | 1191 | \begin{itemdescr}
|
|
1196 | 1196 |
|
1197 | 1197 | \indexlibrary{\idxcode{sinh}!\idxcode{complex}}%
|
1198 | 1198 | \begin{itemdecl}
|
1199 |
| -template<class T> complex<T> sinh (const complex<T>& x); |
| 1199 | +template<class T> complex<T> sinh(const complex<T>& x); |
1200 | 1200 | \end{itemdecl}
|
1201 | 1201 |
|
1202 | 1202 | \begin{itemdescr}
|
|
1207 | 1207 |
|
1208 | 1208 | \indexlibrary{\idxcode{sqrt}!\idxcode{complex}}%
|
1209 | 1209 | \begin{itemdecl}
|
1210 |
| -template<class T> complex<T> sqrt (const complex<T>& x); |
| 1210 | +template<class T> complex<T> sqrt(const complex<T>& x); |
1211 | 1211 | \end{itemdecl}
|
1212 | 1212 |
|
1213 | 1213 | \begin{itemdescr}
|
1214 | 1214 | \pnum
|
1215 | 1215 | \notes
|
1216 |
| -the branch cuts are along the negative real axis. |
| 1216 | +The branch cuts are along the negative real axis. |
1217 | 1217 |
|
1218 | 1218 | \pnum
|
1219 | 1219 | \returns
|
|
1225 | 1225 |
|
1226 | 1226 | \indexlibrary{\idxcode{tan}!\idxcode{complex}}%
|
1227 | 1227 | \begin{itemdecl}
|
1228 |
| -template<class T> complex<T> tan (const complex<T>& x); |
| 1228 | +template<class T> complex<T> tan(const complex<T>& x); |
1229 | 1229 | \end{itemdecl}
|
1230 | 1230 |
|
1231 | 1231 | \begin{itemdescr}
|
|
1236 | 1236 |
|
1237 | 1237 | \indexlibrary{\idxcode{tanh}!\idxcode{complex}}%
|
1238 | 1238 | \begin{itemdecl}
|
1239 |
| -template<class T> complex<T> tanh (const complex<T>& x); |
| 1239 | +template<class T> complex<T> tanh(const complex<T>& x); |
1240 | 1240 | \end{itemdecl}
|
1241 | 1241 |
|
1242 | 1242 | \begin{itemdescr}
|
|
0 commit comments