Files
tinygrad/tinygrad
chenyuandGitHub 0dd3ca59cd simpler ModNode.__mod__ and ModNode.__floordiv__ (#2983)
`gcd(self.b, b) == b` is equivalent to `self.b % b == 0`.
use the same condition and format in __floordiv__ too.
2024-01-02 18:52:42 -05:00
..
2024-01-01 17:39:26 -08:00
2024-01-01 14:58:48 -08:00
2024-01-02 09:16:52 -08:00
2024-01-01 16:20:10 -08:00
2024-01-01 14:58:48 -08:00
2024-01-01 17:39:26 -08:00
2024-01-02 13:42:37 -05:00
2024-01-01 14:21:02 -08:00
2024-01-01 14:58:48 -08:00
2024-01-01 14:58:48 -08:00
2024-01-01 18:12:38 -05:00
2024-01-01 18:12:38 -05:00
2024-01-01 22:09:04 -08:00