C# Class BooRunner.Tools.Constants

Constants used in BigInteger and helping classes.
Afficher le fichier Open project: juanplopes/euler

Méthodes publiques

Свойство Type Description
BaseCharToDigits uint>.IDictionary
BaseLowerChars char[]
BaseUpperChars char[]
DigitBaseLog double

Private Methods

Méthode Description
Constants ( ) : System.Collections.Generic

Property Details

BaseCharToDigits public_oe static_oe property

Standard char->digit dictionary.
public static IDictionary BaseCharToDigits
Résultat uint>.IDictionary

BaseLowerChars public_oe static_oe property

Chars used to parse/output big integers (lower case).
public static char[] BaseLowerChars
Résultat char[]

BaseUpperChars public_oe static_oe property

Chars used to parse/output big integers (upper case).
public static char[] BaseUpperChars
Résultat char[]

DigitBaseLog public_oe static_oe property

Natural logarithm of digits base (log(2^32)).
public static double DigitBaseLog
Résultat double