Skip to content
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 README examples of ndarray/base namespace #1742

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

performant23
Copy link
Contributor

Updated examples for ndarray/base namespace

Fixes: #1588

Resolves #1588 .

Description

What is the purpose of this pull request?
Improve examples in the namespace to demonstrate its functionalities.

This pull request:

  • Uses array, blas, math, ndarray, and constants to perform dot product to the linearly spaced arrays with values ranging from 0-2π for xData and 0-π for yData transformed into sines and cosines respectively.

Related Issues

Does this pull request have any related issues?

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@Planeshifter Planeshifter added Needs Review A pull request which needs code review. Documentation Improvements, additions, or changes to documentation. JavaScript Issue involves or relates to JavaScript. labels Mar 7, 2024
@Planeshifter Planeshifter changed the title docs: improve README examples of ndarray/base namespace docs: improve README examples of ndarray/base namespace Mar 8, 2024
@kgryte kgryte added Needs Changes Pull request which needs changes before being merged. and removed Needs Review A pull request which needs code review. labels Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements, additions, or changes to documentation. JavaScript Issue involves or relates to JavaScript. Needs Changes Pull request which needs changes before being merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]: improve README examples of ndarray/base namespace
3 participants