[Scilab-users] A possible bug with format(width)

Samuel Gougeon sgougeon at free.fr
Wed Jun 5 22:19:43 CEST 2019


Le 05/06/2019 à 21:57, stephane.mottelet at utc.fr a écrit :
>
> As MacOSX, Linux is not affected, this will help to solve this bug:
>
> Scilab 6.0.2 (Feb 14 2019, 10:11:47)
>
> --> *OS_Version*
>
> ans=
>
> Linux 4.15.0-48-generic
>
> --> *format(4); u=123.456*
>
> u=
>
> 1.D+02
>

Are you in "v" format? This result looks like to be in "e" one, and 
anyway it does not comply with the required width.
On win7 with 5.5.2 we get in "v" format:
-->format(4); u=123.456
  u  =
    123.
=> it does not switch to "e" format.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20190605/8f8fb550/attachment.htm>


More information about the users mailing list