Commit 5054097
Handle spaces after ± symbol in complex value parsing
Update regex to allow optional whitespace between sign and value: ([±+-]?)\s*
This now handles cases like "± 0 + 0j" in addition to "±0 + 0j"
Co-authored-by: ev-br <2133832+ev-br@users.noreply.github.com>1 parent e463219 commit 5054097
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
754 | | - | |
| 754 | + | |
755 | 755 | | |
756 | | - | |
| 756 | + | |
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
| |||
0 commit comments