Skip to content

Commit d3769ad

Browse files
committed
Auto-generated commit
1 parent caecdbf commit d3769ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,7 @@ A total of 44 issues were closed in this release:
801801

802802
<details>
803803

804+
- [`b0b7d75`](https://github.com/stdlib-js/stdlib/commit/b0b7d753dfa54d45970e34fde995e77cc3e75df9) - **docs:** fix copy _(by Athan Reines)_
804805
- [`d9a5e08`](https://github.com/stdlib-js/stdlib/commit/d9a5e081c5376c8688ffd96f29dec0e135cb123c) - **docs:** update namespace table of contents [(#11114)](https://github.com/stdlib-js/stdlib/pull/11114) _(by stdlib-bot)_
805806
- [`90b1d08`](https://github.com/stdlib-js/stdlib/commit/90b1d08d97ae2d4db68836796d38f486d62d6610) - **chore:** minor clean-up _(by Philipp Burckhardt)_
806807
- [`b6cd4ce`](https://github.com/stdlib-js/stdlib/commit/b6cd4ce12c9a6a123963dca5e8b8bd9647f2ac47) - **feat:** update `ndarray/base` TypeScript declarations [(#11113)](https://github.com/stdlib-js/stdlib/pull/11113) _(by stdlib-bot)_

base/full/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This function accepts the following arguments:
7575

7676
## Notes
7777

78-
- If `value` is a number and `dtype` is a complex [data type][@stdlib/ndarray/dtypes], the function creates an output ndarray with a complex number whose real component equals the provided scalar `value` and whose imaginary component is zero.
78+
- If `value` is a number and `dtype` is a complex [data type][@stdlib/ndarray/dtypes], the function casts the number to a complex number whose real component equals the provided scalar `value` and whose imaginary component is zero.
7979
- A `value` must be able to safely cast to the output ndarray [data type][@stdlib/ndarray/dtypes]. Scalar values having floating-point data types (both real and complex) are allowed to downcast to a lower precision data type of the same kind (e.g., a scalar double-precision floating-point number can be used to fill a `'float32'` output ndarray).
8080

8181
</section>

0 commit comments

Comments
 (0)