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