Mercerenies / fifi-calculator

1 stars 0 forks source link

Internal cleanup: provide explicit function names for all prisms #94

Open Mercerenies opened 2 months ago

Mercerenies commented 2 months ago

Currently, many prisms are constructors (ExprToInfinity, ExprToComplex) while others are simple functions (expr_to_number, etc.). Provide functions for all and recommend their use over the constructors.