Search found 1 match

by iangm
Wed Apr 12, 2023 4:26 pm
Forum: General
Topic: Calculation
Replies: 3
Views: 1416

Calculation

if test =0 and you add 0.02 test then becomes 0.2. if you carry on then test becomes 0.4, 0.6, 0.8 and then o.1. why does this happen? If test is increased by 0.2 then the values of test printed out are correct. if test is increased by 0.02 then the first few values are wrong. PrintLine and PrintStr...