mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-23 23:03:23 +02:00
use ^
This commit is contained in:
@@ -7,5 +7,5 @@ function _str_hash(value) =
|
|||||||
)
|
)
|
||||||
sum([
|
sum([
|
||||||
for(i = [0:leng - 1])
|
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