Skip to content

Commit 4d56211

Browse files
committed
Auto-generated commit
1 parent f052c72 commit 4d56211

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

base/assert/is-same-value-zero/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var out = isSameValueZero( z1, z2 );
6666
// returns true
6767
```
6868

69-
In contrast to the [SameValue Algorithm][ecma-262-same-value-algorithm] (as specified in ECMAScript 5), the function does not distinguish between `+0` and `-0`.
69+
In contrast to the [SameValue Algorithm][@stdlib/complex/base/assert/is-same-value] (as specified in ECMAScript 5), the function does not distinguish between `+0` and `-0`.
7070

7171
```javascript
7272
var Complex128 = require( '@stdlib/complex/float64' );
@@ -240,7 +240,7 @@ int main( void ) {
240240

241241
<section class="links">
242242

243-
[ecma-262-same-value-algorithm]: http://ecma-international.org/ecma-262/5.1/#sec-9.12
243+
[@stdlib/complex/base/assert/is-same-value]: https://github.com/stdlib-js/complex/tree/main/base/assert/is-same-value
244244

245245
</section>
246246

base/assert/is-same-value-zerof/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var out = isSameValueZerof( z1, z2 );
6666
// returns true
6767
```
6868

69-
In contrast to the [SameValue Algorithm][ecma-262-same-value-algorithm] (as specified in ECMAScript 5), the function does not distinguish between `+0` and `-0`.
69+
In contrast to the [SameValue Algorithm][@stdlib/complex/base/assert/is-same-valuef] (as specified in ECMAScript 5), the function does not distinguish between `+0` and `-0`.
7070

7171
```javascript
7272
var Complex64 = require( '@stdlib/complex/float32' );
@@ -240,7 +240,7 @@ int main( void ) {
240240

241241
<section class="links">
242242

243-
[ecma-262-same-value-algorithm]: http://ecma-international.org/ecma-262/5.1/#sec-9.12
243+
[@stdlib/complex/base/assert/is-same-valuef]: https://github.com/stdlib-js/complex/tree/main/base/assert/is-same-valuef
244244

245245
</section>
246246

0 commit comments

Comments
 (0)