-
-
Notifications
You must be signed in to change notification settings - Fork 990
docs: improve doctests for complex number instances in array/base/resolve-getter
#8669
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/resolve-getter
#8669
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! |
lib/node_modules/@stdlib/array/base/resolve-getter/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
lib/node_modules/@stdlib/array/base/resolve-getter/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
Signed-off-by: Athan <kgryte@gmail.com>
array/base/resolve-getter
|
/stdlib merge |
…tests-array/base/resolve-getter
Resolves a part of #8641
Description
This pull request:
array/base/resolve-getterpackage to use the compact complex instance doctest notation.realf/imagfwith concise doctest annotations such as<Complex64>[ 3.0, 4.0 ]etc.realf,imagf) where they were only used to show decomposed values.Related Issues
This pull request has the following related issues:
(Replace the placeholder above with the relevant issue number if applicable.)
Questions
I made some changes to this code as well, but in the example code, the variables are still named real and imag. I want to confirm whether I should update these code to follow the new complex instance notation. Please advise.

Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
N/A
@stdlib-js/reviewers