fix dim calc and some weird motino.js
This commit is contained in:
parent
cae503167f
commit
ed57dc9d94
2 changed files with 1 additions and 93 deletions
|
@ -71,7 +71,7 @@ Game.prototype.player = function () {
|
|||
sum += base[i]
|
||||
}
|
||||
|
||||
sum *= fac;
|
||||
sum *= (fac ** (1/exp));
|
||||
|
||||
let dim = Math.log(sum) / (Math.log(base.length) / 2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue