Class BC


  • public class BC
    extends java.lang.Object
    Author:
    Jorge Campins
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int MAX_BASE  
    • Constructor Summary

      Constructors 
      Constructor Description
      BC()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String fromDecimal​(int i)  
      static java.lang.String fromDecimal​(int i, int base)  
      static java.lang.String fromDecimal​(java.lang.Number number)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MAX_BASE

        public static final int MAX_BASE
    • Constructor Detail

      • BC

        public BC()
    • Method Detail

      • fromDecimal

        public static java.lang.String fromDecimal​(java.lang.Number number)
      • fromDecimal

        public static java.lang.String fromDecimal​(int i)
      • fromDecimal

        public static java.lang.String fromDecimal​(int i,
                                                   int base)