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
As in Raku: msb, lsb: return index of most, least significant one bit expmod, polymod: as explained here: https://docs.raku.org/type/Int Also this blog post: https://blogs.perl.org/users/zoffix_znet/2016/05/perl-6-polymod-break-up-a-number-into-denominations.html
The text was updated successfully, but these errors were encountered:
Here's another one: hypot(x,y) = sqrt(x²+y²) This is from math.h in the standard C library.
Sorry, something went wrong.
rlwhitcomb
No branches or pull requests
As in Raku:
msb, lsb: return index of most, least significant one bit
expmod, polymod: as explained here: https://docs.raku.org/type/Int
Also this blog post: https://blogs.perl.org/users/zoffix_znet/2016/05/perl-6-polymod-break-up-a-number-into-denominations.html
The text was updated successfully, but these errors were encountered: