This repository was archived by the owner on Jun 18, 2025. It is now read-only.
Add generic signum function [in progress]#323
Open
sritchie wants to merge 2 commits into
Open
Conversation
Codecov Report
@@ Coverage Diff @@
## main #323 +/- ##
==========================================
- Coverage 85.19% 85.17% -0.02%
==========================================
Files 97 97
Lines 13010 13014 +4
Branches 697 697
==========================================
+ Hits 11084 11085 +1
- Misses 1229 1232 +3
Partials 697 697
Continue to review full report at Codecov.
|
afa6dd7 to
c33ef42
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #294. Before we get this done, we have to decide what we want:
csgn, ie, which half-plane the number is in? https://www.maplesoft.com/support/help/maple/view.aspx?path=csgn&term=csgnOR do we want the version that is equivalent to
normalize?