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

basisDeg4 calculation error #2

Open
zhaojunb opened this issue Sep 26, 2020 · 1 comment
Open

basisDeg4 calculation error #2

zhaojunb opened this issue Sep 26, 2020 · 1 comment

Comments

@zhaojunb
Copy link

result when x is [-0.5,0.5) should equals to 25.0/64.0 - x1.0/8.0(3.0/4.0 + x*(5.0/2 + x))

@zhaojunb
Copy link
Author

if(-0.5<= x && x < 0.5){
return 115.0/192.0 + xx(-(5.0/8.0) + x*x/4.0)
}
which is not (-1.5<= x && x < 1.5)

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