When changing from '.' to ',' as decimal separator, this was working only for the "fix" format and not for the "sci" nor the "eng" formats. To fix that, it seems that "s=insert_comma(s);" should be called just before the "return s;" statement in the format_sci and format_eng functions. I did not test this extensively (only on the IOS simulator) but that should fix the issue.
Thanks a lot for this HP15C simulator, I am using it a lot !
When changing from '.' to ',' as decimal separator, this was working only for the "fix" format and not for the "sci" nor the "eng" formats. To fix that, it seems that "s=insert_comma(s);" should be called just before the "return s;" statement in the format_sci and format_eng functions. I did not test this extensively (only on the IOS simulator) but that should fix the issue. Thanks a lot for this HP15C simulator, I am using it a lot !