Commit 53a2d80
authored
BigFloat/BigInt are not mutable (as arrays)
The default handling works for most numbers, but not for BigFloats because they are actually `mutable struct`, but don't act like a mutable array.1 parent f1b5f65 commit 53a2d80
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
0 commit comments