File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1162
1162
\pnum
1163
1163
\returns
1164
1164
The complex natural (base-$ e$ ) logarithm of \tcode {x}. For all \tcode {x},
1165
- \tcode {imag(log(x))} lies in the interval \crange {$ -\pi $ }{$ \pi $ }, and
1166
- when \tcode {x} is a negative real number, \tcode {imag(log(x))} is $ \pi $ .
1165
+ \tcode {imag(log(x))} lies in the interval \crange {$ -\pi $ }{$ \pi $ }.
1166
+ \begin {note }
1167
+ The semantics of this function are intended to be the same in \Cpp
1168
+ as they are for \tcode {clog} in C.
1169
+ \end {note }
1167
1170
1168
1171
\pnum
1169
1172
\remarks
1240
1243
\returns
1241
1244
The complex square root of \tcode {x}, in the range of the right
1242
1245
half-plane.
1243
- If the argument is a negative real number, the
1244
- value returned lies on the positive imaginary axis.
1246
+ \begin {note }
1247
+ The semantics of this function are intended to be the same in \Cpp
1248
+ as they are for \tcode {csqrt} in C.
1249
+ \end {note }
1245
1250
1246
1251
\pnum
1247
1252
\remarks
You can’t perform that action at this time.
0 commit comments