Uses of Class
convex.core.util.Huge

Packages that use Huge
Package
Description
Convex utility classes and miscellaneous functionality
  • Uses of Huge in convex.core.util

    Fields in convex.core.util declared as Huge
    Modifier and Type
    Field
    Description
    static Huge
    Huge.ONE
     
    static Huge
    Huge.ZERO
     
    Methods in convex.core.util that return Huge
    Modifier and Type
    Method
    Description
    Huge.add​(long b)
    Creates a Huge by adding a long value to this Huge
    static Huge
    Huge.add​(long a, long b)
    Creates a Huge by adding two signed longs
    Huge.add​(Huge b)
    Creates a Huge by adding another Huge
    static Huge
    Huge.create​(long a)
    Creates a new Huge by sign extending a long to 128 bits
    Huge.mul​(Huge b)
     
    static Huge
    Huge.multiply​(long a, long b)
    Creates a new Huge by multiplying two signed longs
    static Huge
    Huge.multiply​(Huge a, long b)
    Creates a new Huge by multiplying a Huge with a signed long
    Huge.negate()
    Negates this Huge value
    Huge.sub​(Huge b)
     
    Methods in convex.core.util with parameters of type Huge
    Modifier and Type
    Method
    Description
    Huge.add​(Huge b)
    Creates a Huge by adding another Huge
    boolean
    Huge.equals​(Huge a)
    Tests if this Huge is equal to another Huge
    Huge.mul​(Huge b)
     
    static Huge
    Huge.multiply​(Huge a, long b)
    Creates a new Huge by multiplying a Huge with a signed long
    Huge.sub​(Huge b)