Skip to content

Commit a3f3058

Browse files
committed
docs: update link
1 parent 18c8877 commit a3f3058

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/complex/base/assert/is-same-value-zerof

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/complex/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/stdlib
244244

245245
</section>
246246

0 commit comments

Comments
 (0)