Skip to content

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