Open Mercerenies opened 3 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.
ExprToInfinity
ExprToComplex
expr_to_number
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.