Skip to content

Commit 9a2391a

Browse files
committed
Auto-generated commit
1 parent be3d4cf commit 9a2391a

File tree

169 files changed

+246
-861
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+246
-861
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ The namespace constains complex number constructors.
8383
- <span class="signature">[`complexCtors( dtype )`][@stdlib/complex/ctors]</span><span class="delimiter">: </span><span class="description">complex number constructors.</span>
8484
- <span class="signature">[`complexDataType( value )`][@stdlib/complex/dtype]</span><span class="delimiter">: </span><span class="description">return the data type of a complex number.</span>
8585
- <span class="signature">[`complexDataTypes()`][@stdlib/complex/dtypes]</span><span class="delimiter">: </span><span class="description">list of complex number data types.</span>
86-
- <span class="signature">[`Complex64( real, imag )`][@stdlib/complex/float32]</span><span class="delimiter">: </span><span class="description">64-bit complex number.</span>
87-
- <span class="signature">[`Complex128( real, imag )`][@stdlib/complex/float64]</span><span class="delimiter">: </span><span class="description">128-bit complex number.</span>
86+
- <span class="signature">[`Complex64( real, imag )`][@stdlib/complex/float32/ctor]</span><span class="delimiter">: </span><span class="description">64-bit complex number.</span>
87+
- <span class="signature">[`Complex128( real, imag )`][@stdlib/complex/float64/ctor]</span><span class="delimiter">: </span><span class="description">128-bit complex number.</span>
8888
- <span class="signature">[`complexPromotionRules( [dtype1, dtype2] )`][@stdlib/complex/promotion-rules]</span><span class="delimiter">: </span><span class="description">return the complex number data type with the smallest size and closest "kind" to which data types can be **safely** cast.</span>
8989

9090
</div>
@@ -274,9 +274,9 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
274274

275275
[@stdlib/complex/dtypes]: https://github.com/stdlib-js/complex/tree/main/dtypes
276276

277-
[@stdlib/complex/float32]: https://github.com/stdlib-js/complex/tree/main/float32
277+
[@stdlib/complex/float32/ctor]: https://github.com/stdlib-js/complex/tree/main/float32/ctor
278278

279-
[@stdlib/complex/float64]: https://github.com/stdlib-js/complex/tree/main/float64
279+
[@stdlib/complex/float64/ctor]: https://github.com/stdlib-js/complex/tree/main/float64/ctor
280280

281281
[@stdlib/complex/promotion-rules]: https://github.com/stdlib-js/complex/tree/main/promotion-rules
282282

base/assert/README.md

-126
This file was deleted.

base/assert/docs/types/index.d.ts

-211
This file was deleted.

base/assert/docs/types/test.ts

-29
This file was deleted.

0 commit comments

Comments
 (0)