Reputation: 17074
I need to use some rounding algorithms, from my c# application:
systematic:
random:
and controlled:
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
Reputation: 10896
Perhaps these articles can serve as a starting point?
Upvotes: 1