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

213 B

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.