Home | History | Annotate | Download | only in math

Lines Matching refs:Conversion

228      * @param radix the base to be used for the conversion.
791 return Conversion.bigInteger2Double(this);
873 return Conversion.bigInteger2String(this, radix);
1181 int charsPerInt = Conversion.digitFitInInt[radix];
1190 int bigRadix = Conversion.bigRadices[radix - 2];