We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
다체 문제가 난제다 보니 계산은 $O(n^2)$으로 할 수 밖에 없지만 그래도 지금보다는 이게 더 리소스가 적게들 것 같은 느낌적인 느낌... 게다가 지금은 행성 위치 오차를 뉴턴 랩슨 메소드로 보정하고 있어서 시간 복잡도가 너무 높다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
다체 문제가 난제다 보니 계산은$O(n^2)$ 으로 할 수 밖에 없지만 그래도 지금보다는 이게 더 리소스가 적게들 것 같은 느낌적인 느낌... 게다가 지금은 행성 위치 오차를 뉴턴 랩슨 메소드로 보정하고 있어서 시간 복잡도가 너무 높다.
The text was updated successfully, but these errors were encountered: