<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 05/06/2019 à 21:57,
      <a class="moz-txt-link-abbreviated" href="mailto:stephane.mottelet@utc.fr">stephane.mottelet@utc.fr</a> a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:20190605215709.Horde.-Ts_7pBtz5hU9hCEgjD3kWK@webmail.utc.fr">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <title></title>
      <p>As MacOSX, Linux is not affected, this will help to solve this
        bug:<br>
      </p>
      <p class="p1"><span class="s1">Scilab 6.0.2 (Feb 14 2019,
          10:11:47)</span> 
      </p>
      <p class="p1"><span class="s1">--> <b>OS_Version</b></span></p>
      <p class="p1"><span class="s1"><span class="Apple-converted-space"> </span>ans<span
            class="Apple-converted-space"> </span> =</span></p>
      <p class="p1"><span class="s1"><span class="Apple-converted-space"> </span>Linux
          4.15.0-48-generic</span> 
      </p>
      <p class="p1"><span class="s1">--> <b>format(4); u=123.456</b></span></p>
      <p class="p1"><span class="s1"><span class="Apple-converted-space"> </span>u<span
            class="Apple-converted-space"> </span> =<span
            class="Apple-converted-space"> </span></span></p>
      <p class="p1"><span class="s1"><span class="Apple-converted-space">  </span>
          1.D+02</span></p>
    </blockquote>
    <p><br>
    </p>
    <p>Are you in "v" format? This result looks like to be in "e" one,
      and anyway it does not comply with the required width.<br>
      On win7 with 5.5.2 we get in "v" format:<br>
      <tt>-->format(4); u=123.456</tt><tt><br>
      </tt><tt> u  = </tt><tt><br>
      </tt><tt>   123.  </tt><br>
      => it does not switch to "e" format.<br>
      <br>
    </p>
  </body>
</html>