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

Multiplatform support for BigDecimal/BigInteger #49

Open
aSemy opened this issue Jun 6, 2023 · 1 comment
Open

Multiplatform support for BigDecimal/BigInteger #49

aSemy opened this issue Jun 6, 2023 · 1 comment

Comments

@aSemy
Copy link
Collaborator

aSemy commented Jun 6, 2023

YAML has no restrictions on how large or precise numbers can be.

Kotlin Multiplatform does not support numeric types that can represent such large numbers.

Options

@russellbanks
Copy link

KMath also provides a multiplatform BigInt implementation in their core module. Both seem like good libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants