Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.py
/ comp_nums
Function
comp_nums
tests/utils.py:79–80 ·
view source on GitHub ↗
(num1, num2, tol=10e-8)
Source
from the content-addressed store, hash-verified
77
78
79
def
comp_nums(num1, num2, tol=10e-8):
80
return
abs(num1 - num2) < tol
81
82
83
def
comp_num_list(list1, list2, tol=10e-8):
Callers
2
compare_dict
Function · 0.85
comp_num_list
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected