[Scilab-users] Scilab 6.0.1 crashes with printf command

Rafael Guerra jrafaelbguerra at hotmail.com
Mon Sep 3 22:30:47 CEST 2018


Dear Scilabers,

Any clues on why the following command totally crashes Scilab 6.0.1 on Win7:
--> printf("A = B ./(C+%%eps)   (to avoid division by 0)\n");

while in Scilab 5.5.2 escapes % and outputs properly:
 A = B ./(C+%eps)   (to avoid division by 0)

How to escape % in Scilab 6.0.1's printf?

PS:
one workaround is to: printf("A = B ./(C+%seps)   (to avoid division by 0)\n","%")
but it looks weird...

Regards,
Rafael




More information about the users mailing list