Skip to content

Commit

Permalink
fix pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsignorelli committed Feb 15, 2024
1 parent 1ceeae6 commit efb368c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GTPSA.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module GTPSA


import Base: +,
-,
*,
Expand Down Expand Up @@ -869,4 +870,4 @@ promote_rule(::Type{TPS}, ::Union{Type{ComplexTPS}, Type{Complex}}) = ComplexTPS
^(t::TPS, z::Complex{Bool}) = t ^ Complex{Int}(z)
^(z::Complex{Bool}, t::TPS) = Complex{Int}(z) ^ t

end
end

0 comments on commit efb368c

Please sign in to comment.