Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scientific notation is neglected #149

Open
nonkit opened this issue Aug 10, 2020 · 0 comments
Open

Scientific notation is neglected #149

nonkit opened this issue Aug 10, 2020 · 0 comments
Labels
type/runtime Issues related to runtime engine

Comments

@nonkit
Copy link
Member

nonkit commented Aug 10, 2020

Scientific notification (exponential notation) is supported in SBD. But in SBO that is neglected like a text.
A program

a = 0.1
b = "1E10"
TextWindow.WriteLine(a / b)

results

0.00000000001
Press any key to continue...

in SBD.
But results

0.1
Program has ended.

in SBO.

@nonkit nonkit added the type/runtime Issues related to runtime engine label Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/runtime Issues related to runtime engine
Projects
None yet
Development

No branches or pull requests

1 participant