]> www.ginac.de Git - cln.git/blob - benchmarks/README
* cln.pc.in: Fix typo.
[cln.git] / benchmarks / README
1 Bench1 is a benchmark for the transcendental functions I found on the LiDIA
2 home page.
3
4 Some of its tests are not good because they fall into pitfalls of some systems
5 (for example exp(log(2)) is not a good test because in CLN, exp(x) begins
6 by computing x mod log(2)). Also it fails to benchmark the most basic
7 operations: multiplication and division.
8
9 Bench2 is a benchmark jointly designed by the LiDIA and CLN developers to
10 overcome these flaws.
11