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

add atan2 to the builtin math library #25

Closed
twiddlingbits opened this issue Sep 19, 2024 · 1 comment · Fixed by #34 or #41
Closed

add atan2 to the builtin math library #25

twiddlingbits opened this issue Sep 19, 2024 · 1 comment · Fixed by #34 or #41
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@twiddlingbits
Copy link
Owner

twiddlingbits commented Sep 19, 2024

Please add the atan2 function to the built in math library (to the TS, but also to the .h file). It looks like atan2 is a standard C function in math.h. Update the stdclib doc page (its just a list of functions we support). Also add to the math smoke tests.

@twiddlingbits twiddlingbits added the enhancement New feature or request label Sep 19, 2024
@JohnDog3112 JohnDog3112 linked a pull request Sep 20, 2024 that will close this issue
@twiddlingbits twiddlingbits reopened this Sep 20, 2024
@twiddlingbits
Copy link
Owner Author

Add to: C:\GitHubClonesDev\twr-wasm\docs\api\api-c-stdlib.md (math.h section)

@twiddlingbits twiddlingbits added this to the 2.5.0 milestone Sep 24, 2024
@JohnDog3112 JohnDog3112 linked a pull request Sep 26, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants