Uses of Class
convex.core.util.Huge
Packages that use Huge
-
Uses of Huge in convex.core.util
Fields in convex.core.util declared as HugeMethods in convex.core.util that return HugeModifier and TypeMethodDescriptionHuge.add(long b)
Creates a Huge by adding a long value to this Hugestatic Huge
Huge.add(long a, long b)
Creates a Huge by adding two signed longsCreates a Huge by adding another Hugestatic Huge
Huge.create(long a)
Creates a new Huge by sign extending a long to 128 bitsstatic Huge
Huge.multiply(long a, long b)
Creates a new Huge by multiplying two signed longsstatic Huge
Creates a new Huge by multiplying a Huge with a signed longHuge.negate()
Negates this Huge valueMethods in convex.core.util with parameters of type HugeModifier and TypeMethodDescriptionCreates a Huge by adding another Hugeboolean
Tests if this Huge is equal to another Hugestatic Huge
Creates a new Huge by multiplying a Huge with a signed long