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

Proposal for new numbers support in Noms #3806

Closed
wants to merge 13 commits into from
Closed

Conversation

aboodman
Copy link
Contributor

@aboodman aboodman commented Jun 3, 2018

There have been a number of request for better support for numeric types in Noms (#3801, #3802). With the benefit of some time away, I had some inspiration about how this should work.

I've created this start at a proposal. If you have feedback, please leave it here on the PR.

Eventually I will commit this in the proposal directory, and then (given energy/motivation) implement it and move the doc up to he docs directory when it is complete.

This was referenced Jun 3, 2018
Where:

- `np`: numerator precision (signed integer)
- `ne`: numerator exponent (unsigned integer)
Copy link
Contributor Author

@aboodman aboodman Jun 3, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shoot, ne needs to be able to go negative, for values between 0 and 0.5.

@aboodman aboodman force-pushed the aboodman-numbers branch from ad17a82 to 19ad60b Compare June 3, 2018 06:36
@aboodman
Copy link
Contributor Author

aboodman commented Jun 3, 2018

I think there are a bunch of problems with this, so I'm going to back up and start at desired features in a bug.

@aboodman aboodman closed this Jun 3, 2018
@aboodman
Copy link
Contributor Author

aboodman commented Jun 3, 2018

Collecting requirements here: #3807

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant