-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Implement cispi * Review comments in #35792 * Remove docs relating cispi and signbit * Review comment, more expressive function doc. Co-authored-by: Simeon Schaub <[email protected]> * Switch examples to show complex outputs Co-authored-by: Erik Schnetter <[email protected]> Co-authored-by: Simeon Schaub <[email protected]>
- Loading branch information
1 parent
65517f2
commit 96d59f9
Showing
4 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -229,6 +229,7 @@ export | |
cbrt, | ||
ceil, | ||
cis, | ||
cispi, | ||
clamp, | ||
cld, | ||
cmp, | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,6 +162,7 @@ Base.reim | |
Base.conj | ||
Base.angle | ||
Base.cis | ||
Base.cispi | ||
Base.binomial | ||
Base.factorial | ||
Base.gcd | ||
|
This file contains 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