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

Implement Marshal/Unmarshal #22525

Open
alpe opened this issue Nov 14, 2024 · 0 comments
Open

Implement Marshal/Unmarshal #22525

alpe opened this issue Nov 14, 2024 · 0 comments
Labels
C:math Component: Math

Comments

@alpe
Copy link
Contributor

alpe commented Nov 14, 2024

Implement a custom model where the output is decimal until you have too big of an exponent, then scientific . The boundaries to switch would be +/-6.

Examples:

100
100000
1E+6
0.001
0.000001
1E-6
123456
1.234567E+6
@github-actions github-actions bot added the needs-triage Issue that needs to be triaged label Nov 14, 2024
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Cosmos-SDK Nov 14, 2024
@tac0turtle tac0turtle added C:math Component: Math and removed needs-triage Issue that needs to be triaged labels Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:math Component: Math
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants