Home | History | Annotate | Download | only in test

Lines Matching refs:e167

398         self.ftest('floor(1.23e167)', math.floor(1.23e167), 1.23e167)
399 self.ftest('floor(-1.23e167)', math.floor(-1.23e167), -1.23e167)