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

Function divisible_by

sat/vae_modules/cp_enc_dec.py:30–31  ·  view source on GitHub ↗
(num, den)

Source from the content-addressed store, hash-verified

28
29
30def divisible_by(num, den):
31 return (num % den) == 0
32
33
34def is_odd(n):

Callers 1

is_oddFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected