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

Add finv() and fdiv() #41

Merged
merged 1 commit into from
Mar 28, 2019
Merged

Add finv() and fdiv() #41

merged 1 commit into from
Mar 28, 2019

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Feb 22, 2019

These use the floating point norm() to avoid cases where the more
generic inv() and div() might overflow in norm_sqr().

Closes #23.
cc @benruijl

These use the floating point `norm()` to avoid cases where the more
generic `inv()` and `div()` might overflow in `norm_sqr()`.

Closes rust-num#23.
@cuviper
Copy link
Member Author

cuviper commented Mar 28, 2019

bors r+

bors bot added a commit that referenced this pull request Mar 28, 2019
41: Add `finv()` and `fdiv()` r=cuviper a=cuviper

These use the floating point `norm()` to avoid cases where the more
generic `inv()` and `div()` might overflow in `norm_sqr()`.

Closes #23.
cc @benruijl

Co-authored-by: Josh Stone <cuviper@gmail.com>
@bors
Copy link
Contributor

bors bot commented Mar 28, 2019

Timed out

@cuviper
Copy link
Member Author

cuviper commented Mar 28, 2019

Seems Travis was fighting a backlog.

bors retry

bors bot added a commit that referenced this pull request Mar 28, 2019
41: Add `finv()` and `fdiv()` r=cuviper a=cuviper

These use the floating point `norm()` to avoid cases where the more
generic `inv()` and `div()` might overflow in `norm_sqr()`.

Closes #23.
cc @benruijl

Co-authored-by: Josh Stone <cuviper@gmail.com>
@bors
Copy link
Contributor

bors bot commented Mar 28, 2019

Build succeeded

@bors bors bot merged commit dc7af1b into rust-num:master Mar 28, 2019
@cuviper cuviper deleted the fdiv branch February 6, 2024 23:36
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.

1 participant