Update README.md

This commit is contained in:
Samuel Lord 2024-01-27 17:42:36 -06:00 committed by GitHub
parent 9b30edde48
commit eb7ac27320
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,2 +1,2 @@
# fastInverseSqrtJS # fastInverseSqrtJS
Fast inverse square root but in javascript 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.