Hi,
I’ve got a mathematical script, which is currently running fine*, although it bothers me that JS does not always increment correctly. sometimes it happens that the incremented value is slightly bigger/smaller (around the 12th decimal place) than it should be (I’m usually incrementing by 0.1). because of that it affects the accuracy of the results.
incrementation:
- Fn.search() line 239 & 248
value assignment:
- Fn() line 83-85
full code
can anyone shed some light on this matter?
* - even if you can’t read German, after some trials you should know what each button/field is for.
I’ve got a mathematical script, which is currently running fine*, although it bothers me that JS does not always increment correctly. sometimes it happens that the incremented value is slightly bigger/smaller (around the 12th decimal place) than it should be (I’m usually incrementing by 0.1). because of that it affects the accuracy of the results.
incrementation:
- Fn.search() line 239 & 248
value assignment:
- Fn() line 83-85
full code
can anyone shed some light on this matter?
* - even if you can’t read German, after some trials you should know what each button/field is for.
Comment