Uses of Class
org.flag4j.numbers.RealInt32
Packages that use RealInt32
Package
Description
Provides algebraic structures such as semirings, rings, and fields,
along with their concrete implementations.
-
Uses of RealInt32 in org.flag4j.numbers
Classes in org.flag4j.numbers that implement interfaces with type arguments of type RealInt32Modifier and TypeClassDescriptionclassA real number backed by a 32-bit integer number.Fields in org.flag4j.numbers declared as RealInt32Modifier and TypeFieldDescriptionstatic final RealInt32RealInt32.NEGATIVE_ONEThe numerical value -1.static final RealInt32RealInt32.ONEThe numerical value 1.static final RealInt32RealInt32.TENThe numerical value 10.static final RealInt32RealInt32.THREEThe numerical value 4.static final RealInt32RealInt32.TWOThe numerical value 2.static final RealInt32RealInt32.ZEROThe numerical value 0.Methods in org.flag4j.numbers that return RealInt32Modifier and TypeMethodDescriptionSums two elements of this field (associative and commutative).RealInt32.addInv()Computes the additive inverse for an element of this field.RealInt32.getOne()Gets the multiplicative identity for this semiring.RealInt32.getZero()Gets the additive identity for this semiring.Multiplies two elements of this field (associative and commutative).static RealInt32Evaluates the signum or sign function on a ring element.Computes difference of two elements of this field.Methods in org.flag4j.numbers with parameters of type RealInt32Modifier and TypeMethodDescriptionSums two elements of this field (associative and commutative).intCompares this element of the ordered ring withb.Multiplies two elements of this field (associative and commutative).static RealInt32Evaluates the signum or sign function on a ring element.Computes difference of two elements of this field.