asc-community/AngouriMath

supporting if, max and min statements

TheOOnewbie opened this issue · 1 comments

**The package I want to suggest the idea toAngouriMath:

is there a way to add IF, min and max statements into the words which should not be interpreted as variables ?

There's provided and piecewise for if. Syntax:

a / b provided not (b = 0)

and

piecewise(a / b provided not (b = 0), a / 2 provided a > 0, -a)

As per min/max, no, we don't have them, but there's an issue for it.