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
Apply heuristics for data display in mod_ParticipantDomain_Server(). For example, with this:
mod_ParticipantDomain_Server()
Result has many digits in some cases. That one's a good test, though, because some values are integers.
Do we set a standard rounding, or display in scientific notation, or some other heuristic?
The text was updated successfully, but these errors were encountered:
Round numbers intelligently in domain data.
28be649
Closes #313.
c177d0c
Successfully merging a pull request may close this issue.
Feature Details
Apply heuristics for data display in
mod_ParticipantDomain_Server()
. For example, with this:Result has many digits in some cases. That one's a good test, though, because some values are integers.
Possible Implementation
Additional Comments
Do we set a standard rounding, or display in scientific notation, or some other heuristic?
The text was updated successfully, but these errors were encountered: