Bug: Division by 7

edited March 2016 in Programming Questions

Hi, I don't know where I can relay bugreports.

1.0 / 7.0 = 0,14285714285714285714285714285714 (windows calculator)

but Processing 2.0 says

double f = 1.0 / 7.0; println (f);

0.1428571492433548

This is wrong!

Tagged:

Answers

Sign In or Register to comment.