Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meshcapade/difflocks
/ fw_ceil
Function
fw_ceil
utils/resize_right/resize_right.py:358–362 ·
view source on GitHub ↗
(x, fw)
Source
from the content-addressed store, hash-verified
356
357
358
def
fw_ceil(x, fw):
359
if
fw is numpy:
360
return
fw.int_(fw.ceil(x))
361
else
:
362
return
x.ceil().long()
363
364
365
def
fw_floor(x, fw):
Callers
1
get_field_of_view
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected