You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
450 B

25 years ago
  1. Bench1 is a benchmark for the transcendental functions I found on the LiDIA
  2. home page.
  3. Some of its tests are not good because they fall into pitfalls of some systems
  4. (for example exp(log(2)) is not a good test because in CLN, exp(x) begins
  5. by computing x mod log(2)). Also it fails to benchmark the most basic
  6. operations: multiplication and division.
  7. Bench2 is a benchmark jointly designed by the LiDIA and CLN developers to
  8. overcome these flaws.