-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
coreRelated to the OASIS library itselfRelated to the OASIS library itself
Description
Is your feature request related to a problem? Please describe.
The ability to perform partial fraction decomposition:
Describe the solution you'd like
We can introduce a an API to perform partial fraction decomposition like so:
Oasis::Divide { /* ... */ } fraction;
auto result = Oasis::DecomposePartialFraction(fraction);Describe alternatives you've considered
None exists in Oasis at the time of writing.
Additional context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
coreRelated to the OASIS library itselfRelated to the OASIS library itself
Type
Projects
Status
In Progress