failed-fastInverseSqrtJS/README.md

3 lines
213 B
Markdown
Raw Normal View History

2023-11-23 20:40:24 +00:00
# fastInverseSqrtJS
2024-01-27 23:42:36 +00:00
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.