From 16f822c683f3db89cb9ea6082b77fa1a32d9454e Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 9 Nov 2023 11:15:30 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - README.md | 6 +++--- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 62840da..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T03:36:17.931Z diff --git a/README.md b/README.md index d89132e..4195d18 100644 --- a/README.md +++ b/README.md @@ -202,9 +202,9 @@ int main( void ) { ## See Also -- [`@stdlib/math-base/special/acos`][@stdlib/math/base/special/acos]: compute the arccosine of a number. -- [`@stdlib/math-base/special/asinh`][@stdlib/math/base/special/asinh]: compute the hyperbolic arcsine of a number. -- [`@stdlib/math-base/special/atan`][@stdlib/math/base/special/atan]: compute the arctangent of a number. +- [`@stdlib/math-base/special/acos`][@stdlib/math/base/special/acos]: compute the arccosine of a double-precision floating-point number. +- [`@stdlib/math-base/special/asinh`][@stdlib/math/base/special/asinh]: compute the hyperbolic arcsine of a double-precision floating-point number. +- [`@stdlib/math-base/special/atan`][@stdlib/math/base/special/atan]: compute the arctangent of a double-precision floating-point number. diff --git a/package.json b/package.json index 7ab9012..c856797 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,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/fs-read-file": "^0.1.1", "@stdlib/fs-write-file": "^0.1.1",