|
static bool | TryRunCounted (in DiyFp w, int requestedDigits, Span< byte > buffer, out int length, out int decimalExponent) |
|
static bool | TryRunShortest (in DiyFp boundaryMinus, in DiyFp w, in DiyFp boundaryPlus, Span< byte > buffer, out int length, out int decimalExponent) |
|
static uint | BiggestPowerTen (uint number, int numberBits, out int exponentPlusOne) |
|
static bool | TryDigitGenCounted (in DiyFp w, int requestedDigits, Span< byte > buffer, out int length, out int kappa) |
|
static bool | TryDigitGenShortest (in DiyFp low, in DiyFp w, in DiyFp high, Span< byte > buffer, out int length, out int kappa) |
|
static DiyFp | GetCachedPowerForBinaryExponentRange (int minExponent, int maxExponent, out int decimalExponent) |
|
static bool | TryRoundWeedCounted (Span< byte > buffer, int length, ulong rest, ulong tenKappa, ulong unit, ref int kappa) |
|
static bool | TryRoundWeedShortest (Span< byte > buffer, int length, ulong distanceTooHighW, ulong unsafeInterval, ulong rest, ulong tenKappa, ulong unit) |
|
Definition at line 795 of file Number.cs.