You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @logankilpatrick, it's been quite a long time since I've last worked with Julia. I'm revisiting my old GitHub repos right now, making sure they look good, I have updated the README for QuadraticConverter, for example.
I think I may publish this package. Maybe it's simple, but it might save someone a few lines of code 😄
Some stuff that may need some tweaking...
comments (ugh, no space after #)
complex numbers. I'm not sure whether I should just assume that users are fine with them, or give them a choice (whether they get complex results or an exception is thrown)
There are also other ways to solve the complex issue, for example - don't throw an exception if at least one argument of a function / struct member is complex, throw an exception otherwise (when a complex number appears)
Hey @DarkoGNU if you end up wanting to register this package, let me know and I can help you!
The text was updated successfully, but these errors were encountered: