RosettaCodeData/Task/Entropy/Mathematica/entropy-1.math

3 lines
109 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
shE[s_String] := -Plus @@ ((# Log[2., #]) & /@ ((Length /@ Gather[#])/
Length[#]) &[Characters[s]])