We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Neither is planned. About precision, there's not really anything I can do about it without sacrificing performance.
Sorry, something went wrong.
Merge pull request #1 from NicholasLogan/delete-shot-return
a3cfb0a
Meaningful return values for and expansion of DeleteShot family
No branches or pull requests
Hello,
Is support for optional arguments && default values for functions and tasks planned ?
Also a question about precision, in the woo implementation:
Which is problematic in some situations. Does your branch have a fix ?
Thanks
The text was updated successfully, but these errors were encountered: