No description
Find a file
2024-04-04 17:47:42 +00:00
index.js Update index.js 2024-01-27 16:28:02 -06:00
LICENSE Update 'LICENSE' 2024-04-04 17:47:42 +00: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.