julia
6fa4af56
- mpfr: prevent changing precision (#56049)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
mpfr: prevent changing precision (#56049) Changing precision requires reallocating the data field, which is better done by making a new BigFloat (since they are conceptually immutable anyways). Also do a bit a cleanup while here. Closes #56044
References
#56049 - mpfr: prevent changing precision
Author
vtjnash
Parents
ce83853a
Loading