failed-fastInverseSqrtJS/README.md
2024-01-27 17:42:36 -06:00

2 lines
213 B
Markdown

# fastInverseSqrtJS
A hacky modification of the fast inverse sqrt algorithm for use in javascript, without understanding the actual code itself, just brute forcing my math until i have a semi-functional solution.