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

[Q] Support for optional arguments && default values for functions and tasks #1

Open
benderama3 opened this issue Aug 5, 2020 · 1 comment
Labels
question Further information is requested

Comments

@benderama3
Copy link

Hello,

Is support for optional arguments && default values for functions and tasks planned ?

Also a question about precision, in the woo implementation:

cos(90.0) == 0.0; // returns false
cos(270.0) == 0.0; // returns false
cos(0.0) == 1.0; // returns true
cos(180.0) == -1.0; // returns true

Which is problematic in some situations. Does your branch have a fix ?

Thanks

@Natashi
Copy link
Owner

Natashi commented Aug 5, 2020

Neither is planned.
About precision, there's not really anything I can do about it without sacrificing performance.

@Natashi Natashi added the question Further information is requested label Sep 27, 2020
nazjun added a commit that referenced this issue Jan 10, 2022
Meaningful return values for and expansion of DeleteShot family
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants