Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fields2Cover/Fields2Cover
/ near
Function
near
tests/python/types/Geometry_test.py:11–12 ·
view source on GitHub ↗
(a, b, error = 1e-7)
Source
from the content-addressed store, hash-verified
9
import
fields2cover
as
f2c
10
11
def
near(a, b, error = 1e-7):
12
assert abs(a - b) < error
13
14
15
def
test_fields2cover_types_geometry_getAngContinuity():
Callers
1
test_fields2cover_types_geometry_getAngContinuity
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected