Jason
04-27-2004, 12:50 AM
input = .2
var check = (input/2) * .001;
check = .1
this doesn't give me the proper answer cause if I have input = to .2 then the answer I get is .1 when it should be .0001
any help?
Jason
var check = (input/2) * .001;
check = .1
this doesn't give me the proper answer cause if I have input = to .2 then the answer I get is .1 when it should be .0001
any help?
Jason