llrint-inputs 166 B

12345678910111213141516171819202122
  1. ## args: double
  2. ## ret: double
  3. ## includes: math.h
  4. 0.0
  5. -0.0
  6. 0.001
  7. -0.001
  8. 0.5
  9. -0.5
  10. 0.999
  11. -0.999
  12. 1.0
  13. -1.0
  14. 1.001
  15. -1.001
  16. 123.5
  17. -123.5
  18. 12345.1
  19. -1000000.1
  20. 1e15
  21. -1e30
  22. 1e200