From 757cbfee55bf3ac89ed43f71de42fed1b045d5fa Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 9 Nov 2023 11:18:35 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - README.md | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 446406a..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T02:26:53.074Z diff --git a/README.md b/README.md index 964d7a4..8cf3c23 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ for ( i = 0; i < x.length; i++ ) { ## See Also -- [`@stdlib/math-base/special/acosh`][@stdlib/math/base/special/acosh]: compute the hyperbolic arccosine of a number. +- [`@stdlib/math-base/special/acosh`][@stdlib/math/base/special/acosh]: compute the hyperbolic arccosine of a double-precision floating-point number. diff --git a/package.json b/package.json index b1c35e6..3dfe3b3 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "devDependencies": { "@stdlib/array-base-linspace": "^0.1.0", - "@stdlib/bench": "^0.1.0", + "@stdlib/bench": "^0.2.0", "@stdlib/constants-float64-eps": "^0.1.1", "@stdlib/math-base-special-abs": "^0.1.1", "@stdlib/random-base-randu": "^0.1.0",