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 impl Pow<NInt<...>> for f{32,64} #151

Merged
merged 2 commits into from
Mar 12, 2021

Conversation

WaffleLapkin
Copy link
Contributor

Add implementation of Pow trait for f32 and f64 with negative exponent.

Resolves #113 (impls for i* and u* weren't added since those types can't be rational)

Add implementation of `Pow` trait for f32 and f64 with negative exponent.
@WaffleLapkin
Copy link
Contributor Author

Something strange is going on with CI. I've submitted the PR 8 hours ago, but there is no response from Travis...

Base automatically changed from master to main March 12, 2021 03:55
@paholg
Copy link
Owner

paholg commented Mar 12, 2021

Sorry for the delay; thanks for this!

I've had all kinds of problems with Travis. Just migrated to GitHub actions, hopefully that will be more reliable in the future.

That said, clippy is complaining about missing #[inline]s; I'll go ahead and add them and merge.

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.

Missing Pow impl for primitives
2 participants