Home
last modified time | relevance | path

Searched refs:ulps_check (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_math.py51 def ulps_check(expected, got, ulps=20): function
1006 accuracy_failure = ulps_check(expected, got, 2000)
1009 accuracy_failure = ulps_check(expected, got, 20)