We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#166 refactored the integer intrinsics by:
wrapping_
Int
Wrapping(x)
x.0
These can both be applied to some extent to the floating point implementation.
The text was updated successfully, but these errors were encountered:
I created this issue as a reminder for myself, so I'll get around to doing this eventually.
Sorry, something went wrong.
Auto merge of #192 - est31:master, r=alexcrichton
35dec6b
Refactor float implementation Refactors the float implementation. Fixes #169. Parts of the PR were inspired a previous PR by @mattico .
No branches or pull requests
#166 refactored the integer intrinsics by:
wrapping_
functions to theInt
trait, removing the need for lots ofWrapping(x)
andx.0
These can both be applied to some extent to the floating point implementation.
The text was updated successfully, but these errors were encountered: