v1.5.04 - Emblems better positioning and rescaling

This commit is contained in:
Azgaar 2021-01-30 03:23:17 +03:00
parent 549eefe7ba
commit 56b6eb2a13
5 changed files with 69 additions and 26 deletions

View file

@ -232,7 +232,7 @@ function gauss(expected = 100, deviation = 30, min = 0, max = 300, round = 0) {
return rn(Math.max(Math.min(d3.randomNormal(expected, deviation)(), max), min), round);
}
/** This is a description of the foo function. */
// probability shorthand for floats
function Pint(float) {
return ~~float + +P(float % 1);
}