2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Junk removal

Removal of junk headers, typos, or mistakenly duplicated keywords
This commit is contained in:
Rose
2022-10-30 12:26:52 -04:00
parent cb326912f5
commit fe48a3bba7
58 changed files with 95 additions and 103 deletions

View File

@@ -29,10 +29,10 @@
// basic_ellint_rational_performance<double> 1.6
//
// We can in fact get basic_ellint_rational_performance to much the same performance as log
// ONLY if we remove all error hangling for cases with m > 0.9. In particular the code appears
// ONLY if we remove all error handling for cases with m > 0.9. In particular the code appears
// to be ultra-sensitive to the presence of "if" statements which significantly hamper optimisation.
//
// Performance with gcc-cygwin appears to be broasly similar.
// Performance with gcc-cygwin appears to be broadly similar.
//
#include <vector>
#include <benchmark/benchmark.h>