MCPcopy Create free account
hub / github.com/OpenDriveLab/ReSim / divisible_by

Function divisible_by

sat/sgm/modules/autoencoding/vqvae/movq_dec_3d_dev.py:19–20  ·  view source on GitHub ↗
(num, den)

Source from the content-addressed store, hash-verified

17
18
19def divisible_by(num, den):
20 return (num % den) == 0
21
22
23def is_odd(n):

Callers 1

is_oddFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected