Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Arbitrary-precision numbers #261

Open
ayazhafiz opened this issue Sep 26, 2020 · 3 comments
Open

Arbitrary-precision numbers #261

ayazhafiz opened this issue Sep 26, 2020 · 3 comments
Assignees
Labels
c:parser Relating to the slide parsers e:3 Takes a lot of effort p:1 Priority 1
Milestone

Comments

@ayazhafiz
Copy link
Collaborator

We really need this. Otherwise, our precision is not very good.

@ayazhafiz
Copy link
Collaborator Author

ayazhafiz commented Sep 28, 2020

Okay, rug won't work because it can't compile to wasm. So I think there are two options forward:

  1. wrap rug in a Number type with a fallback for wasm (maybe bigdecimal-rs)
  2. Just use bigdecimal-rs

I am in favor of the former, but this is actually going to be a lot of work.

@ayazhafiz ayazhafiz added c:parser Relating to the slide parsers e:3 Takes a lot of effort p:1 Priority 1 x:novel/fun Requires a new integration. This might be fun! labels Sep 28, 2020
@ayazhafiz
Copy link
Collaborator Author

Rolled back #262 in 2084db0

@ayazhafiz ayazhafiz self-assigned this Sep 28, 2020
@ayazhafiz ayazhafiz added this to the 0.0.2 milestone Sep 29, 2020
@ayazhafiz ayazhafiz pinned this issue Oct 12, 2020
@ayazhafiz
Copy link
Collaborator Author

this is not fun ):

@ayazhafiz ayazhafiz removed the x:novel/fun Requires a new integration. This might be fun! label Oct 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c:parser Relating to the slide parsers e:3 Takes a lot of effort p:1 Priority 1
Projects
None yet
Development

No branches or pull requests

1 participant