aboutsummaryrefslogtreecommitdiff
path: root/pl/math/tools/log1p.sollya
diff options
context:
space:
mode:
Diffstat (limited to 'pl/math/tools/log1p.sollya')
-rw-r--r--pl/math/tools/log1p.sollya2
1 files changed, 1 insertions, 1 deletions
diff --git a/pl/math/tools/log1p.sollya b/pl/math/tools/log1p.sollya
index fb159b3..598a36a 100644
--- a/pl/math/tools/log1p.sollya
+++ b/pl/math/tools/log1p.sollya
@@ -1,6 +1,6 @@
// polynomial for approximating log(1+x) in double precision
//
-// Copyright (c) 2022, Arm Limited.
+// Copyright (c) 2022-2023, Arm Limited.
// SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
deg = 20;