From bfbfdd26bcd4eaeaa89deca9b1110ee87592693a Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 11 Jan 2024 05:23:05 +0000 Subject: [PATCH] Auto-generated commit --- NOTICE | 2 +- base/special/clamp/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NOTICE b/NOTICE index f7aca1b97..e6e7482f2 100644 --- a/NOTICE +++ b/NOTICE @@ -1 +1 @@ -Copyright (c) 2016-2023 The Stdlib Authors. +Copyright (c) 2016-2024 The Stdlib Authors. diff --git a/base/special/clamp/README.md b/base/special/clamp/README.md index b92f1ae97..5cb798990 100644 --- a/base/special/clamp/README.md +++ b/base/special/clamp/README.md @@ -219,7 +219,7 @@ int main( void ) { ## See Also - [`@stdlib/math/base/special/clampf`][@stdlib/math/base/special/clampf]: restrict a single-precision floating-point number to a specified range. -- [`@stdlib/math/base/special/wrap`][@stdlib/math/base/special/wrap]: wrap a value on the half-open interval [min,max). +- [`@stdlib/math/base/special/wrap`][@stdlib/math/base/special/wrap]: wrap a value on the half-open interval \[min,max).