Data update
This commit is contained in:
parent
52a6ef48dd
commit
157b70a810
604 changed files with 14253 additions and 2100 deletions
|
|
@ -53,7 +53,6 @@ BEGIN # calculate the mean and standard deviation of some data and draw a #
|
|||
FOR i FROM LWB count TO UPB count DO
|
||||
IF count[ i ] > max count THEN max count := count[ i ] FI
|
||||
OD;
|
||||
INT len = ( UPB data - LWB data ) + 1;
|
||||
REAL v := 0;
|
||||
REAL scale = max count / h scale;
|
||||
FOR i FROM LWB count TO UPB count DO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue