Skip to content

Commit

Permalink
docs: update path
Browse files Browse the repository at this point in the history
Ref: #2260
  • Loading branch information
kgryte committed May 25, 2024
1 parent 32fd387 commit e20ba77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var out = isSameValueZerof( z1, z2 );
// returns true
```

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`.
In contrast to the [SameValue Algorithm][@stdlib/complex/float32/base/assert/is-same-value] (as specified in ECMAScript 5), the function does not distinguish between `+0` and `-0`.

```javascript
var Complex64 = require( '@stdlib/complex/float32/ctor' );
Expand Down Expand Up @@ -240,7 +240,7 @@ int main( void ) {

<section class="links">

[@stdlib/complex/base/assert/is-same-valuef]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/base/assert/is-same-valuef
[@stdlib/complex/float32/base/assert/is-same-value]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/complex/float32/base/assert/is-same-value

</section>

Expand Down

0 comments on commit e20ba77

Please sign in to comment.