bmad-sim / GTPSA.jl

Julia interface to the Generalised Truncated Power Series Algebra (GTPSA) library
https://bmad-sim.github.io/GTPSA.jl/
GNU General Public License v3.0
2 stars 0 forks source link

`ComplexTPS` should be of type `AbstractComplex` #74

Open mattsignorelli opened 4 months ago

mattsignorelli commented 4 months ago

In response to this discussion , TPS can be a Real but ComplexTPS cannot be a Complex. Once the AbstractComplex type is implemented per this PR, ComplexTPS should be an AbstractComplex