No description
Find a file
2024-01-27 17:42:36 -06:00
index.js Update index.js 2024-01-27 16:28:02 -06:00
LICENSE Update LICENSE 2024-01-27 17:34:58 -06:00
README.md Update README.md 2024-01-27 17:42:36 -06:00

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.