home *** CD-ROM | disk | FTP | other *** search
/ Freelog 33 / Freelog033.iso / Progr / Python-2.2.1.exe / TEST_POW < prev    next >
Encoding:
Text File  |  2001-09-03  |  443 b   |  26 lines

  1. test_pow
  2. Testing integer mode...
  3.     Testing 2-argument pow() function...
  4.     Testing 3-argument pow() function...
  5. Testing long integer mode...
  6.     Testing 2-argument pow() function...
  7.     Testing 3-argument pow() function...
  8. Testing floating point mode...
  9.     Testing 3-argument pow() function...
  10. The number in both columns should match.
  11. 3 3
  12. -5 -5
  13. -1 -1
  14. 5 5
  15. -3 -3
  16. -7 -7
  17.  
  18. 3L 3L
  19. -5L -5L
  20. -1L -1L
  21. 5L 5L
  22. -3L -3L
  23. -7L -7L
  24.  
  25.  
  26.