Should be how to implement
CodePudding user response:
10 * 100=1000;1000 div 3=333;
X:=333 * (3, 1);
Y:=1000 - x;
A:=strtofloat (formatfloat (' 0.00 ', x/100));
B:=strtofloat (formatfloat (' 0.00 ', y/100));
CodePudding user response:
10 * 100=1000;