@@ -1,5 +1,3 @@
|
||||
using Xunit;
|
||||
|
||||
namespace Just.PreciseMath.Tests.ReferenceData;
|
||||
|
||||
// Generated by generate_exp.py; do not derive expected values from DD arithmetic.
|
||||
|
||||
@@ -9,8 +9,6 @@
|
||||
// absolute; reference rounding uncertainty is bounded by 2^-350 relative.
|
||||
// Tiny corrections to 1/-1 below 120 digits are not component-retention oracles.
|
||||
// Signed zeros, infinities, NaNs, and enormous arguments are tested separately.
|
||||
using Xunit;
|
||||
|
||||
namespace Just.PreciseMath.Tests.ReferenceData;
|
||||
|
||||
internal static class ExponentialFunctionsReferenceData
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
// Generated by generate_log.py; do not hand-edit reference literals.
|
||||
// Exact binary64 sums; Decimal.ln at 450/650 digits, rounded to 120 digits.
|
||||
using Xunit;
|
||||
|
||||
namespace Just.PreciseMath.Tests.ReferenceData;
|
||||
|
||||
internal static class LogReferenceData
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
// Generated by generate_real_pow.py; do not hand-edit reference literals.
|
||||
// Exact binary64 sums; Decimal ln/exp at 450/650 digits, rounded to 120 digits.
|
||||
// Reference uncertainty is explicitly allowed as 2^-350 relative in the tests.
|
||||
using Xunit;
|
||||
|
||||
namespace Just.PreciseMath.Tests.ReferenceData;
|
||||
|
||||
internal static class RealPowReferenceData
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
// Generated by generate_rootn.py; do not hand-edit reference literals.
|
||||
// Exact component sums; Decimal ln/exp at 450/650 digits, rounded to 120 digits.
|
||||
using Xunit;
|
||||
|
||||
namespace Just.PreciseMath.Tests.ReferenceData;
|
||||
|
||||
internal static class RootNReferenceData
|
||||
|
||||
Reference in New Issue
Block a user