@stdlib/assert-is-complex-like 0.0.2 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +49 -3
- package/package.json +2 -2
- package/CHANGELOG.md +0 -5
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2022 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ limitations under the License.
|
|
|
20
20
|
|
|
21
21
|
# isComplexLike
|
|
22
22
|
|
|
23
|
-
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
|
|
23
|
+
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
24
24
|
|
|
25
25
|
> Test if a value is a complex number-like object.
|
|
26
26
|
|
|
@@ -116,6 +116,24 @@ out = isComplexLike( null );
|
|
|
116
116
|
|
|
117
117
|
<!-- /.examples -->
|
|
118
118
|
|
|
119
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
120
|
+
|
|
121
|
+
<section class="related">
|
|
122
|
+
|
|
123
|
+
* * *
|
|
124
|
+
|
|
125
|
+
## See Also
|
|
126
|
+
|
|
127
|
+
- <span class="package-name">[`@stdlib/assert/is-complex`][@stdlib/assert/is-complex]</span><span class="delimiter">: </span><span class="description">test if a value is a 64-bit or 128-bit complex number.</span>
|
|
128
|
+
- <span class="package-name">[`@stdlib/assert/is-complex64`][@stdlib/assert/is-complex64]</span><span class="delimiter">: </span><span class="description">test if a value is a 64-bit complex number.</span>
|
|
129
|
+
- <span class="package-name">[`@stdlib/assert/is-complex128`][@stdlib/assert/is-complex128]</span><span class="delimiter">: </span><span class="description">test if a value is a 128-bit complex number.</span>
|
|
130
|
+
|
|
131
|
+
</section>
|
|
132
|
+
|
|
133
|
+
<!-- /.related -->
|
|
134
|
+
|
|
135
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
136
|
+
|
|
119
137
|
|
|
120
138
|
<section class="main-repo" >
|
|
121
139
|
|
|
@@ -127,6 +145,10 @@ This package is part of [stdlib][stdlib], a standard library for JavaScript and
|
|
|
127
145
|
|
|
128
146
|
For more information on the project, filing bug reports and feature requests, and guidance on how to develop [stdlib][stdlib], see the main project [repository][stdlib].
|
|
129
147
|
|
|
148
|
+
#### Community
|
|
149
|
+
|
|
150
|
+
[![Chat][chat-image]][chat-url]
|
|
151
|
+
|
|
130
152
|
---
|
|
131
153
|
|
|
132
154
|
## License
|
|
@@ -136,7 +158,7 @@ See [LICENSE][stdlib-license].
|
|
|
136
158
|
|
|
137
159
|
## Copyright
|
|
138
160
|
|
|
139
|
-
Copyright © 2016-
|
|
161
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
140
162
|
|
|
141
163
|
</section>
|
|
142
164
|
|
|
@@ -155,15 +177,39 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
155
177
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/assert-is-complex-like/main.svg
|
|
156
178
|
[coverage-url]: https://codecov.io/github/stdlib-js/assert-is-complex-like?branch=main
|
|
157
179
|
|
|
158
|
-
|
|
180
|
+
<!--
|
|
181
|
+
|
|
182
|
+
[dependencies-image]: https://img.shields.io/david/stdlib-js/assert-is-complex-like.svg
|
|
159
183
|
[dependencies-url]: https://david-dm.org/stdlib-js/assert-is-complex-like/main
|
|
160
184
|
|
|
185
|
+
-->
|
|
186
|
+
|
|
187
|
+
[umd]: https://github.com/umdjs/umd
|
|
188
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
189
|
+
|
|
190
|
+
[deno-url]: https://github.com/stdlib-js/assert-is-complex-like/tree/deno
|
|
191
|
+
[umd-url]: https://github.com/stdlib-js/assert-is-complex-like/tree/umd
|
|
192
|
+
[esm-url]: https://github.com/stdlib-js/assert-is-complex-like/tree/esm
|
|
193
|
+
|
|
194
|
+
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
195
|
+
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
196
|
+
|
|
161
197
|
[stdlib]: https://github.com/stdlib-js/stdlib
|
|
162
198
|
|
|
163
199
|
[stdlib-authors]: https://github.com/stdlib-js/stdlib/graphs/contributors
|
|
164
200
|
|
|
165
201
|
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/assert-is-complex-like/main/LICENSE
|
|
166
202
|
|
|
203
|
+
<!-- <related-links> -->
|
|
204
|
+
|
|
205
|
+
[@stdlib/assert/is-complex]: https://www.npmjs.com/package/@stdlib/assert-is-complex
|
|
206
|
+
|
|
207
|
+
[@stdlib/assert/is-complex64]: https://www.npmjs.com/package/@stdlib/assert-is-complex64
|
|
208
|
+
|
|
209
|
+
[@stdlib/assert/is-complex128]: https://www.npmjs.com/package/@stdlib/assert-is-complex128
|
|
210
|
+
|
|
211
|
+
<!-- </related-links> -->
|
|
212
|
+
|
|
167
213
|
</section>
|
|
168
214
|
|
|
169
215
|
<!-- /.links -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stdlib/assert-is-complex-like",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Test if a value is a complex number-like object.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"examples": "make examples",
|
|
29
29
|
"benchmark": "make benchmark"
|
|
30
30
|
},
|
|
31
|
-
"homepage": "https://
|
|
31
|
+
"homepage": "https://stdlib.io",
|
|
32
32
|
"repository": {
|
|
33
33
|
"type": "git",
|
|
34
34
|
"url": "git://github.com/stdlib-js/assert-is-complex-like.git"
|