Skip to content

Commit

Permalink
remove: remove complex/imag
Browse files Browse the repository at this point in the history
This commit removes `@stdlib/complex/imag` in favor of
`@stdlib/complex/float64/imag`.

BREAKING CHANGE: remove `complex/imag`

To migrate, users should update their require/import paths to use
`@stdlib/complex/float64/imag` which provides the same API and
implementation.

Ref: #2260
  • Loading branch information
kgryte committed Jul 17, 2024
1 parent ed9c0a5 commit 42c94d5
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 1,629 deletions.
230 changes: 0 additions & 230 deletions lib/node_modules/@stdlib/complex/imag/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions lib/node_modules/@stdlib/complex/imag/benchmark/benchmark.js

This file was deleted.

Loading

0 comments on commit 42c94d5

Please sign in to comment.