jwaliszko
jwaliszko

Reputation: 17074

Some rounding algorithms support in .NET

I need to use some rounding algorithms, from my c# application:

systematic:

enter image description here

random:

enter image description here

and controlled:

enter image description here

Does .NET Framework provide math support for this algorithms (maybe there any free libraries available for c#) or I need to implement this functions on my own ? How can I check correctness of the algorithms if I implement them, to be sure they are right ? Does anyone have sample input and output data for it ? Are there any free applications I can compare my calculated results for sample input with ?

Upvotes: 2

Views: 302

Answers (1)

Related Questions