Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: BigNumber.sum() #186

Merged
merged 6 commits into from
Oct 30, 2018
Merged

Feature: BigNumber.sum() #186

merged 6 commits into from
Oct 30, 2018

Conversation

youfoundron
Copy link
Contributor

@youfoundron youfoundron commented Aug 13, 2018

Class method that returns a BigNumber sum of the passed arguments.

Closes #187

Class method that returns a new BigNumber whose value is the sum of the arguments.
@youfoundron
Copy link
Contributor Author

Adding tests / minified build shortly...

@youfoundron
Copy link
Contributor Author

Alright, should be good to go 👍

@youfoundron youfoundron changed the base branch from develop to master August 13, 2018 20:27
@MikeMcl
Copy link
Owner

MikeMcl commented Aug 13, 2018

I will consider it, though it is going to be another month or so before I am able to look closely at this library again.

One issue is that I am committed to keeping this library compatible with JavaScript engines that only implement ECMAScript 3, so reduce and const would have to go.

@youfoundron
Copy link
Contributor Author

Cool, I'll make those changes now.

@youfoundron
Copy link
Contributor Author

@MikeMcl looks good to you?

@MikeMcl
Copy link
Owner

MikeMcl commented Aug 20, 2018

Sorry, but it's going to be a month before I can look at this properly and make a decision on it.

@MikeMcl MikeMcl closed this Oct 22, 2018
@MikeMcl MikeMcl reopened this Oct 30, 2018
@MikeMcl MikeMcl merged commit e47d50b into MikeMcl:master Oct 30, 2018
@MikeMcl
Copy link
Owner

MikeMcl commented Oct 30, 2018

I changed my mind on this. I think it's a worthwhile addition. Thanks.

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

Successfully merging this pull request may close these issues.

2 participants