C# Class BooRunner.Tools.Constants

Constants used in BigInteger and helping classes.
Show file Open project: juanplopes/euler

Public Properties

Property Type Description
BaseCharToDigits uint>.IDictionary
BaseLowerChars char[]
BaseUpperChars char[]
DigitBaseLog double

Private Methods

Method Description
Constants ( ) : System.Collections.Generic

Property Details

BaseCharToDigits public static property

Standard char->digit dictionary.
public static IDictionary BaseCharToDigits
return uint>.IDictionary

BaseLowerChars public static property

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

BaseUpperChars public static property

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

DigitBaseLog public static property

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