We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Scientific notification (exponential notation) is supported in SBD. But in SBO that is neglected like a text.
A program
results
in SBD.
But results
in SBO.
The text was updated successfully, but these errors were encountered: