Should `N(x::Sym, digits::Int)` follow `julia` or SymPy for digits
Open
- Dominant language
- Julia
- Stars
- 282
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
As is, `N(x, 256)` will convert x to (approximately) 256 digits of accuracy, not 256 bits. The bits more closely matches Julia's `BigFloat`. Should this be changed? (cf. #158) cc. @mzaffalon
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.