feat(Function): Add __eq__ method and improve quadratic_solve stability #23
Reference in New Issue
Block a user
Delete Branch "v0.6.2-dev"
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?
Implements two features for the Function class:
__eq__operator (==) to allow for logical comparison of two Function objects based on their coefficients.quadratic_solveto prevent "catastrophic cancellation" errors and improve accuracy.