Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 18, 2024
1 parent ec7f438 commit abb2734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ var out = isSameValueZero( z1, z2 );
// returns true
```

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`.
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`.

```javascript
var Complex128 = require( '@stdlib/complex-float64' );
Expand Down Expand Up @@ -336,7 +336,7 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].

[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/complex-base-assert-is-same-value-zero/main/LICENSE

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

</section>

Expand Down

0 comments on commit abb2734

Please sign in to comment.