Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
def
divisible_by(num, den):
31
return
(num % den) == 0
32
33
34
def
is_odd(n):
Callers
1
is_odd
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected