Hi all, I got a problem with the csrc_cl_N output format, for example,<div><br></div><div><p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;">ex expr = pow(<span style="color: #1c00cf">1</span>+x(<span style="color: #1c00cf">0</span>),-<span style="color: #1c00cf">6</span>);</p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;">expr.print(print_csrc_cl_N(cout));</p><p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><br></p><p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-family: 宋体, arial, Verdana, sans-serif; font-size: 14px;">I got an output as</span></p><p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-family: 宋体, arial, Verdana, sans-serif; font-size: 14px;"><br></span></p><p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;">expt( x(0)+1, (--6))</p><p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><br></p><p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-family: 宋体, arial, Verdana, sans-serif; font-size: 14px;">and it seems that "--" should be only one "-".</span></p><p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-family: 宋体, arial, Verdana, sans-serif; font-size: 14px;">so is it normal or a bug? </span></p></div>