CodeFormatter icon indicating copy to clipboard operation
CodeFormatter copied to clipboard

This Table-Piecewise expression causes an uncaught exception

Open Masterxilo opened this issue 9 years ago • 0 comments

FullCodeFormat@MakeBoxes@Table[Piecewise[{

      {1.999, -Pi < \[Theta] < -7 Pi/8},
      {(2 Sin[-6 Pi/7])/
        Sin[\[Theta]], -6 Pi/
          7 < \[Theta] < -2.0909003694838066`}, {1.001, \
-2.26998149133592` < \[Theta] < -0.6662394324925154`},
      {(2 Sin[-(Pi/10)])/
        Sin[\[Theta]], -0.6662394324925154` < \[Theta] < -(Pi/10)},
      {1.999, -(Pi/8) < \[Theta] < 0}

      }, 1.999]

    , {\[Theta], -1. Pi, 0., ds}
    ];

Masterxilo avatar Aug 09 '16 19:08 Masterxilo