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

[stdlib_math] Add arange function. #480

Merged
merged 5 commits into from
Aug 9, 2021
Merged

[stdlib_math] Add arange function. #480

merged 5 commits into from
Aug 9, 2021

Commits on Jul 31, 2021

  1. Add seq function.

    zoziha committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    780944f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Rename function seq to arange.

    Update related docs.
    zoziha committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    0c9036c View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Improve arange func and doc.

    zoziha committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    3c7cf65 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Update arange func and doc:

    1. `merge` -> `optval` inside.
    2. `by` -> `step` argument name.
    zoziha committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    bac5e86 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Configuration menu
    Copy the full SHA
    55da7c0 View commit details
    Browse the repository at this point in the history