Skip to content

Dose this package support float number with out limit such as BigInteger #823

Answered by cdrnet
TruePluto asked this question in Q&A
Discussion options

You must be logged in to vote

If you reference MathNet.Numerics.FSharp (works in C# as well) in addition to MathNet.Numerics, you'll find a type called BigRational, which is essentially representing arbitrary precision rational numbers (built using two BigIntegers). The explicit semantics of arbitrary precision rational numbers are a bit different to using floats, but they can likely represent the structure you're looking for.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by cdrnet
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #548 on July 24, 2021 07:36.