From 442ce004dfb73399ceb008434a4ab942716f1f28 Mon Sep 17 00:00:00 2001 From: David Peter Date: Sat, 1 Jul 2017 21:06:31 +0200 Subject: [PATCH] Fix wording, closes #108 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a8de3ad..f487095 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ Documentation `atanh`, `ceil`, `cos`, `cosh`, `exp`, `floor`, `gamma`, `ln`, `log`, `log10`, `round`, `sin`, `sinh`, `sqrt`, `tan`, `tanh`. - * **Arbitrary-precision numeric type** that can handle *very* large (or - small) exponents like *10^(10^10)*. + * **High-precision numeric type** with *30* significant digits that can handle + *very* large (or small) exponents like *10^(10^10)*. * **Exponential notation**: `6.022e23`.