Skip to content

Commit 83927dc

Browse files
committed
Java, C#: Add experimental notification to the shortenMantissa function
1 parent fb3fe49 commit 83927dc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

csharp/EPAM.Deltix.DFP/Decimal64.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ public Decimal64 RoundToNearestTiesToEven(Decimal64 multiple)
810810
}
811811

812812
/// <summary>
813+
/// This function is experimental.
813814
/// Returns a <code>DFP</code> number in some neighborhood of the input value with a maximally
814815
/// reduced number of digits.
815816
/// Explanation:

java/dfp/src/main/java/com/epam/deltix/dfp/Decimal64.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@ public Decimal64 average(final Decimal64 other) {
716716
/// region Rounding
717717

718718
/**
719+
* This function is experimental.
719720
* Returns a {@code DFP} number in some neighborhood of the input value with a maximally
720721
* reduced number of digits.
721722
* Explanation:

java/dfp/src/main/java/com/epam/deltix/dfp/Decimal64Utils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,7 @@ public static long mean(@Decimal final long a, @Decimal final long b) {
851851
/// region Rounding
852852

853853
/**
854+
* This function is experimental.
854855
* Returns a {@code DFP} number in some neighborhood of the input value with a maximally
855856
* reduced number of digits.
856857
* Explanation:

0 commit comments

Comments
 (0)