Skip to content

Commit

Permalink
remove imag
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle authored May 19, 2024
1 parent 9cc2866 commit 1877394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ops_1_to_1_f = (
deg2rad, rad2deg,
mod2pi, prevfloat, nextfloat,
# complex
conj, real, imag,
conj, real,
# linalg
transpose, adjoint,
)
Expand Down

0 comments on commit 1877394

Please sign in to comment.