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 unary add and mul #1640

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Add unary add and mul #1640

merged 2 commits into from
Apr 3, 2024

Conversation

lgoettgens
Copy link
Collaborator

@joschmitt
Copy link
Collaborator

Never heard of a unary * before...

@lgoettgens
Copy link
Collaborator Author

lgoettgens commented Mar 21, 2024 via email

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.76%. Comparing base (b04b6b4) to head (1915493).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1640   +/-   ##
=======================================
  Coverage   86.76%   86.76%           
=======================================
  Files         114      114           
  Lines       29694    29696    +2     
=======================================
+ Hits        25764    25766    +2     
  Misses       3930     3930           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -73,6 +75,8 @@ end

-(x::NCRingElement, y::NCRingElem) = parent(y)(x) - y

*(x::NCRingElem) = x
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't mind this but it seems really weird

@lgoettgens lgoettgens merged commit 435ec91 into master Apr 3, 2024
30 checks passed
@lgoettgens lgoettgens deleted the lg/unary-add branch April 3, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants