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 0fb02ab commit 45f379c
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 @@ -85,7 +85,7 @@ bool = isSameValueZero( NaN, NaN );
// 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/number/float64/base/assert/is-same-value] (as specified in ECMAScript 5), the function does not distinguish between `+0` and `-0`.

<!-- eslint-disable no-compare-neg-zero -->

Expand Down Expand Up @@ -316,7 +316,7 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].

[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/number-float64-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/number/float64/base/assert/is-same-value]: https://github.coms/stdlib-js/stdlib

</section>

Expand Down

0 comments on commit 45f379c

Please sign in to comment.