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

Function Arguments in N.õ() #57

Open
PeterShaggyNoble opened this issue Mar 21, 2019 · 0 comments
Open

Function Arguments in N.õ() #57

PeterShaggyNoble opened this issue Mar 21, 2019 · 0 comments

Comments

@PeterShaggyNoble
Copy link
Contributor

Currently, unlike the other number range methods N.õ() can only accept f as its first or third argument but not its second (e.g. Aõ1_+1 - expected output [2,3,4,5,6,7,8,9,10,11]).

It seems that this is due to the other methods relying on N.o() but N.õ being its own, self-contained method and should be fixable by adding:

if (typeof y === "function")
    f = y, y = undefined;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants