Skip to content

Commit

Permalink
Repait LaTeX in benchmark docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Jan 29, 2024
1 parent 3807aab commit 8b75e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref_app/src/app/benchmark/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ a wide range of microcontroller _performance_ _classes_.
Consider, for instance,
[app_benchmark_pi_agm.cpp](https://github.com/ckormanyos/real-time-cpp/blob/master/ref_app/src/app/benchmark/app_benchmark_pi_agm.cpp)
which exercises the benchmark of type `APP_BENCHMARK_TYPE_PI_AGM`.
This benchmark compute ${\sim}~50~{\ldots}~100$ decimal digits of the mathematical constant
This benchmark computes ${\sim}50{\ldots}100$ decimal digits of the mathematical constant
$\pi$ using a Gauss AGM method with help
from the [`decwide_t`](https://github.com/ckormanyos/real-time-cpp/blob/master/ref_app/src/math/wide_decimal/decwide_t.h)
template class.
Expand Down

0 comments on commit 8b75e30

Please sign in to comment.