-
Notifications
You must be signed in to change notification settings - Fork 75
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 is_
, as_
, isreal
, real
, isintegerpoly
& asintegerpoly
#259
Conversation
for `AbstractPolynomial`s
We can rename |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isintegral
is better than isintegerpoly
.
Codecov Report
@@ Coverage Diff @@
## master #259 +/- ##
==========================================
+ Coverage 87.46% 87.52% +0.05%
==========================================
Files 15 15
Lines 1500 1507 +7
==========================================
+ Hits 1312 1319 +7
Misses 188 188
Continue to review full report at Codecov.
|
as mentioned in #259 (comment)
See discussion #259 (comment)
Great and thanks! Once the tests go through, I'll get this merged in. |
Closes #258