-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Is your feature request related to a problem? Please describe.
I am implementing the Sine function and am noticing that Pi, Real, and EulerNumber are constants with different class types.
Describe the solution you'd like
I'd like there to be a way to consolidate Add<Constant,Expression> for constants like multiples of Pi or Euler's number.
Describe alternatives you've considered
One alternative I have considered so far is making cases for integrating each type of constant, which can become repetitive. An option to consolidate constant values that might be feasible to make a class that the Real, Pi, and EulerNumber classes build off of.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo