Question: Inert sequences behave poorly for 1 element

Using insert sequences: `%*`(seq(...))

 

Behaves very poorly when the sequence has one element. E.g., if this is a double sequence(say a double sum) then when the inner seq/sum has one element the inert visual is poorly displayed with extra junk rather than just showing one element.

`%+`(floor(5 %/ (2 %* 3 %* 5)))

 

E.g., rathernt han just showing:

(floor(5 %/ (2 %* 3 %* 5)))

 

Is there any way to get it to play nice without having to modify the functions/(this is a global problem so it deserves a global solution rather than ad-hoc that has to be applied to every usage).

 

 

Please Wait...