Post ApW8OzBCnF66b8SgBk by [email protected] | |
More posts by [email protected] | |
Post #ApVDR8jGZ6EJPHHPQe by [email protected] | |
0 likes, 0 repeats | |
Python round() function gives incorrect result? Or my math is wrong?>>>… | |
Post #ApVDR8uFuF1JxMQBYe by [email protected] | |
0 likes, 1 repeats | |
@keksidontti The explanation is not that far away https://docs.python.org/3/lib… | |
Post #ApVbP69dZ3lPk5AqkC by [email protected] | |
0 likes, 1 repeats | |
@keksidontti @looopTools round-to-nearest, ties-to-even. Looks correct to me | |
Post #ApW8OzBCnF66b8SgBk by [email protected] | |
0 likes, 1 repeats | |
@keksidontti round() breaks ties by rounding towards even in the last digit, so… |