Open premek opened 1 year ago
In the ink runtime this is just the default C# behaviour (see this line: https://github.com/inkle/ink/blob/6a512190365002f54bd501b0863ded40123cb8e5/ink-engine-runtime/Value.cs#L94).
I suspect it’s similar in inkjs…
it seems it could even be "culture" (locale) dependent, is that intended?
feel free to close if this is not a bug
thank you
I was trying to figure out how many decimal places are printed for floats and it seems to be a bit inconsistent, some examples below:
outputs
Inky version: 0.14.1
ink version: 1.1.1
inkjs version: 2.1.0