
8 Jan
2020
8 Jan
'20
11:37 a.m.
On Wed, 8 Jan 2020, at 3:01 PM, Alexander Chen wrote:
hi,
for a List comprehension I want to only include the integers of a division. In my beginners mind this should work:
(round (x / y)) == (x / y)
however, i get a nontrivial error blurp.
Could you share what the "nontrivial error blurp" is? It will be easier for people to reply to you if they can see the problem without having to reproduce it manually. Ollie