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

linux build fails #6

Closed
phdsg opened this issue Nov 22, 2017 · 1 comment
Closed

linux build fails #6

phdsg opened this issue Nov 22, 2017 · 1 comment

Comments

@phdsg
Copy link

phdsg commented Nov 22, 2017

float out = x * (abs(x) + a) / (x * x + (a - 1) * abs(x) + 1);

changing abs to std::abs did the trick for me

@lindenbergresearch
Copy link
Owner

OK, thanks for the info!

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

2 participants