|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Hash
Hash[expr]
gives an integer hash code for the expression expr.
Hash[expr, "type"]
gives an integer hash code of the specified type for expr.
DetailsDetails
- Hash[expr, ...] will always give the same result for the same expression expr.
- Possible hash code types include:
-
"Adler32" Adler 32-bit cyclic redundancy check "CRC32" 32-bit cyclic redundancy check "MD2" 128-bit MD2 code "MD5" 128-bit MD5 code "SHA" 160-bit SHA-1 code "SHA256" 256-bit SHA code "SHA384" 384-bit SHA code "SHA512" 512-bit SHA code
New in 1 | Last modified in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
