C# (CSharp) RobustArithmetic.Test.Util Namespace

Nested Namespaces

RobustArithmetic.Test.Util.Test

Classes

Name Description
DoubleComponents
DoubleConverter A class to allow the conversion of doubles to string representations of their exact decimal values. The implementation aims for readability over efficiency.
DoubleConverter.ArbitraryDecimal Private class used for manipulating deciaml strings. From the Jon Skeet! example.
DoubleExtensions
ExpansionExtensions Various checks and conditions related for arbitrary-precision double expansions, implementing the various conditions from Shewchuk's paper.
RandomDouble