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

Error caused by repeated code #38

Open
dugushiyu opened this issue Oct 18, 2022 · 1 comment
Open

Error caused by repeated code #38

dugushiyu opened this issue Oct 18, 2022 · 1 comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@dugushiyu
Copy link

dugushiyu commented Oct 18, 2022

y = y * (1.5f - (halfx * y * y));
y = y * (1.5f - (halfx * y * y));

error................................

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Oct 18, 2022
@izu-co
Copy link

izu-co commented Jan 16, 2023

It's a little late, but if you look at the referenced Wikipedia article, you can see that a second iteration is indeed possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants