Skip to content

Commit

Permalink
more whitespace updates to meet formatting requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Feb 21, 2020
1 parent e85f76c commit 71dbc1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions book/chapters/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ std::complex<double> val;
app.add_option("--opt",val,"description");
```

triggers the complex number type which has a min of 1 and max of 2, so 1 or 2 strings can be passed. Complex number conversion supports arguments of the form "1+2j" or "1","2", or "1" "2i".
`i` and `j` are interchangeable in this context.
triggers the complex number type which has a min of 1 and max of 2, so 1 or 2 strings can be passed. Complex number conversion supports arguments of the form "1+2j" or "1","2", or "1" "2i". The imaginary number symbols `i` and `j` are interchangeable in this context.


```cpp
Expand Down

0 comments on commit 71dbc1d

Please sign in to comment.