Skip to content

Added benchmarks for rational functions evaluation and `pade`

7577c8f
Select commit
Loading
Failed to load commit list.
Merged

feat(ratf): Added rational functions support and implemented Pade approximation #66

Added benchmarks for rational functions evaluation and `pade`
7577c8f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / clang-tidy succeeded Apr 7, 2025 in 4s

No new alerts in code changed by this pull request

Annotations

Check warning on line 27 in benches/ratf/bench_ratf.cpp

See this annotation in the file changed.

Code scanning / clang-tidy

Value stored to '_' during its initialization is never read [clang-analyzer-deadcode.DeadStores] Warning

Value stored to '_' during its initialization is never read [clang-analyzer-deadcode.DeadStores]

Check warning on line 58 in benches/ratf/bench_ratf.cpp

See this annotation in the file changed.

Code scanning / clang-tidy

Value stored to '_' during its initialization is never read [clang-analyzer-deadcode.DeadStores] Warning

Value stored to '_' during its initialization is never read [clang-analyzer-deadcode.DeadStores]

Check warning on line 81 in benches/ratf/bench_ratf.cpp

See this annotation in the file changed.

Code scanning / clang-tidy

Value stored to '_' during its initialization is never read [clang-analyzer-deadcode.DeadStores] Warning

Value stored to '_' during its initialization is never read [clang-analyzer-deadcode.DeadStores]