(self, x, y, alpha)
| 3568 | # most of this is already tested by TestPercentile |
| 3569 | |
| 3570 | def V(self, x, y, alpha): |
| 3571 | # Identification function used in several tests. |
| 3572 | return (x >= y) - alpha |
| 3573 | |
| 3574 | def test_max_ulp(self): |
| 3575 | x = [0.0, 0.2, 0.4] |
no outgoing calls
no test coverage detected