From 808ba93e20dfada620325c8008962ab83c091b2c Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 9 Nov 2023 11:31:24 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - README.md | 4 ++-- package.json | 4 ++-- 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 54a7122..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-11-01T02:10:11.784Z diff --git a/README.md b/README.md index 1032d84..c6ab373 100644 --- a/README.md +++ b/README.md @@ -237,8 +237,8 @@ int main( void ) { ## See Also -- [`@stdlib/complex-imag`][@stdlib/complex/imag]: return the imaginary component of a complex number. -- [`@stdlib/complex-reim`][@stdlib/complex/reim]: return the real and imaginary components of a complex number. +- [`@stdlib/complex-imag`][@stdlib/complex/imag]: return the imaginary component of a double-precision complex floating-point number. +- [`@stdlib/complex-reim`][@stdlib/complex/reim]: return the real and imaginary components of a double-precision complex floating-point number. diff --git a/package.json b/package.json index 6304eee..2735803 100644 --- a/package.json +++ b/package.json @@ -40,11 +40,11 @@ }, "dependencies": { "@stdlib/complex-float64": "^0.1.1", - "@stdlib/types": "^0.1.0", + "@stdlib/types": "^0.2.0", "@stdlib/utils-library-manifest": "^0.1.1" }, "devDependencies": { - "@stdlib/bench": "^0.1.0", + "@stdlib/bench": "^0.2.0", "@stdlib/math-base-assert-is-nan": "^0.1.1", "@stdlib/math-base-special-round": "^0.1.1", "@stdlib/random-base-randu": "^0.1.0",