-
Notifications
You must be signed in to change notification settings - Fork 35
Extend all analytic functions in base for quaternions #56
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
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
62528e6
Fix and test broken conversion
sethaxen 72349b8
Add tests for all complex analytic functions
sethaxen 10182f8
Add extensions of complex analytic functions
sethaxen b253d30
Remove slower methods
sethaxen c5cde18
Avoid invalidations
sethaxen 98df88a
Increment version number
sethaxen 22847af
Add test for resolved issue
sethaxen 06b472d
Add inverse-specific overloads to avoid computing inverse
sethaxen b8932bc
Remove ambiguous case
sethaxen 9de6287
Don't overload sincospi if unavailable
sethaxen 4d9fb94
Merge remote-tracking branch 'upstream/master' into analfun
sethaxen ed7fc54
Simplify log implementation
sethaxen 8edf6b5
Merge branch 'master' into analfun
sethaxen 62426d0
Test cis and cispi
sethaxen 0ddb9b9
Add sinpi and cospi tests
sethaxen 386cc78
Add cis and cispi docstrings
sethaxen 0a9f1fe
Actually overload method
sethaxen 27634cd
Use testset
sethaxen 2d2a945
Remove real exponent overloads
sethaxen 21390e9
Fix and test zero branch of sincos and sincospi
sethaxen 5464cf9
Merge branch 'master' into analfun
sethaxen bf40857
Add docstring for extend_analytic
sethaxen ca86b0e
Merge branch 'master' into analfun
sethaxen bb7a599
Move randn call into testset
sethaxen 91f62d1
Move identity tests into a testset
sethaxen 3b53088
Run tests many times
sethaxen b3d291e
Move exp test with others
sethaxen a457fa3
Move exp tests near other funs
sethaxen 2bdb4fb
Add additional comment
sethaxen 1f620bb
Separate exponentiation tests
sethaxen 84d7989
Make log more efficient and accurate
sethaxen 9ca83ab
Move exp tests with others
sethaxen d1d56ca
Merge branch 'master' into analfun
sethaxen 3d20d43
Apply suggestions from code review
sethaxen 6de8204
Add function overloads to ReadMe
sethaxen 540186d
Remove useless spaces
sethaxen 0babbf0
Merge remote-tracking branch 'upstream/master' into analfun
sethaxen 596749c
Increment version number
sethaxen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.