09.08.2016, 13:15
If only you didn't use animals and fart as variable names 
If it's a percent, you need to use float-float divisions to work it out.
new Float
umi = float(agoz)/float(bgoz) *100.0;
or you could do agoz*100 / bgoz, which still give a percent, but with a margin of error.

If it's a percent, you need to use float-float divisions to work it out.
new Float
umi = float(agoz)/float(bgoz) *100.0;or you could do agoz*100 / bgoz, which still give a percent, but with a margin of error.

