We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1245023 commit 57886e9Copy full SHA for 57886e9
src/wofz.cpp
@@ -29,7 +29,7 @@ namespace LFMF {
29
* digits outside a circular region with radius 0.126 around a zero of the function.
30
*
31
* @param[in] z Input argument
32
- * @return The desired @f$ W(z)_ @f$ function calculated at `z`
+ * @return The desired @f$ W(z) @f$ function calculated at `z`
33
34
* **Lineage**
35
* - The original FORTRAN implementation was translated to C/C++ by
@@ -201,4 +201,4 @@ std::complex<double> wofz(const std::complex<double> z) {
201
202
} // namespace LFMF
203
} // namespace Propagation
204
-} // namespace ITS
+} // namespace ITS
0 commit comments