-
-
Notifications
You must be signed in to change notification settings - Fork 986
docs: improve doctests for complex number instances in array/base/at
#8654
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
docs: improve doctests for complex number instances in array/base/at
#8654
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
I noticed your PR description contains closing keywords ("Resolves", "Closes", or "Fixes") referencing a "Tracking Issue". Why this matters: Required action: Thank you for your contribution to the project! |
array/base/at
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
kgryte
left a comment
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.
LGTM after clean-up
Signed-off-by: Athan <kgryte@gmail.com>
Resolves a part of #8641
Description
This pull request:
array/base/atpackage to use the new compact complex instance doctest notation.real,imag,realf, andimagfwhich were previously used to decompose complex numbers into real and imaginary components.// returns <Complex128>[ 1.0, 2.0 ]// returns <Complex128>[ 3.0, 4.0 ]// returns <Complex128>[ 5.0, 6.0 ]// returns <Complex64>[ 1.0, 2.0 ]// returns <Complex64>[ 3.0, 4.0 ]// returns <Complex64>[ 5.0, 6.0 ]Related Issues
This pull request has the following related issues:
(Replace the placeholder above with the actual issue number.)
Questions
No.
Other
No.
Checklist
array/base/atpackage.AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
Only for research purpose , else everything i done it myself
@stdlib-js/reviewers