Class SHCNEntry


  • public class SHCNEntry
    extends Object
    A superior highly composite number (SHCN), together with some information that was necessary to compute it.
    Author:
    Tilman Neumann
    • Method Detail

      • computeSHCN

        public static SHCNEntry computeSHCN​(double x)
        Compute SHCN(x), where x is a positive real number.
        Parameters:
        x -
        Returns:
        SHCN(x)
      • getX

        public double getX()
      • getExponentSum

        public int getExponentSum()