khalodark / addi

Automatically exported from code.google.com/p/addi
0 stars 0 forks source link

sprintf format strings not working #62

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

> sprintf ('%5.2f', 4.676)
ans = 4.46760

Other format options are also ignored.

What is the expected output? What do you see instead?

ans =  4.68

What version of the product are you using? On what operating system?
Addi 1.97/ Android 2.3.3

Please provide any additional information below.

Original issue reported on code.google.com by dennis.r...@googlemail.com on 21 Apr 2012 at 10:32

GoogleCodeExporter commented 9 years ago
does this happen with the default or experimental interpreter?

Original comment by corbi...@gmail.com on 23 Apr 2012 at 6:07

GoogleCodeExporter commented 9 years ago
only with default interpreter. experimental interpreter seems to work.

Original comment by dennis.r...@googlemail.com on 30 Apr 2012 at 9:25