feat: methods on Complex #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "more_complex"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds all of the pocomath functions on Complex that do not depend on any unimplemented types or config properties. To get this working, adds some additional features:
determined from the return value of the built convertor
arg
Also left out quotient and roundquotient because they are not necessary for polyomialRoot and the ultimate design there is unclear. With that, this PR is ready to merge, so unmarking as WIP.
WIP: feat: methods on Complexto feat: methods on Complex