mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-23 14:54:12 +02:00
use ^
This commit is contained in:
@@ -7,5 +7,5 @@ function _str_hash(value) =
|
||||
)
|
||||
sum([
|
||||
for(i = [0:leng - 1])
|
||||
ord(s[i]) * pow(31, leng - 1 - i)
|
||||
ord(s[i]) * 31 ^ (leng - 1 - i)
|
||||
]);
|
Reference in New Issue
Block a user