You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are no spaces, we use the rule: if it contains an operator, create a numeric literal, otherwise, create an allomorph. So <1/2> has an operator, so it's a Rat, while <1.2> doesn't have an operator, so it's a RatStr. The <1i> does have a postfix operator, so it should come out as Complex, not a ComplexStr.
The text was updated successfully, but these errors were encountered:
When there are no spaces, we use the rule: if it contains an operator, create a numeric literal, otherwise, create an allomorph. So
<1/2>has an operator, so it's aRat, while<1.2>doesn't have an operator, so it's aRatStr. The<1i>does have a postfix operator, so it should come out asComplex, not aComplexStr.The text was updated successfully, but these errors were encountered: