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

Compiler flag to drop dependency on C99 extension to math.h #51

Open
giaf opened this issue May 4, 2018 · 1 comment
Open

Compiler flag to drop dependency on C99 extension to math.h #51

giaf opened this issue May 4, 2018 · 1 comment

Comments

@giaf
Copy link
Owner

giaf commented May 4, 2018

Here is the list of functions in math.h in C89 and C99
https://en.wikibooks.org/wiki/C_Programming/math.h

@giaf giaf changed the title Compulation flag to drop dependency on C99 extension to math.h Compiler flag to drop dependency on C99 extension to math.h May 4, 2018
@giaf
Copy link
Owner Author

giaf commented May 4, 2018

Use float version (e.g. sqrtf instead of sqrt) in C99 mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant