From 857f7c5cc3d7475198ba801cb030f3e7a936e1d4 Mon Sep 17 00:00:00 2001 From: Garrett Smith Date: Mon, 30 Jan 2023 11:44:32 +0100 Subject: [PATCH] Fix typo in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8378a9..55857de 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ k = 2^8 uniformize(Q, p0, k, t) ``` -The parameter $k$ controls the accuracy of the approximation; the default is $2^10$. +The parameter $k$ controls the accuracy of the approximation; the default is $2^{10}$. The `erlangization` method is the default, as it seems to be a good compromise between efficiency and robustness on stiff problems.