Home | History | Annotate | Download | only in test

Lines Matching defs:fact

371         def fact(n):

380 self.assertEqual(math.factorial(cast(x)), fact(x), (x, fact(x), math.factorial(x)))