Uses of Interface
dev.civl.sarl.ideal.IF.Constant
Packages that use Constant
Package
Description
The ideal module supports reasoning about numerical expressions using "ideal"
mathematical reals and integers.
-
Uses of Constant in dev.civl.sarl.ideal.IF
Methods in dev.civl.sarl.ideal.IF that return ConstantModifier and TypeMethodDescriptionPolynomial.constantTerm(IdealFactory factory) The constant term of this polynomial, which may be 0.IdealFactory.intConstant(int value) Returns an integerConstantwrapping a Javaintvalue.Monomial.monomialConstant(IdealFactory factory) Returns the constant factor of this monomial.IdealFactory.one(SymbolicType type) Returns either the integer number one (1) or the real number 1 (1.0).Constant.powerInt(IdealFactory factory, IntegerNumber exponent) IdealFactory.zero(SymbolicType type) Returns either the integer constant 0 or the real constant 0, according to the giventype.IdealFactory.zeroInt()IdealFactory.zeroReal()Methods in dev.civl.sarl.ideal.IF with parameters of type ConstantModifier and TypeMethodDescriptionIdealFactory.multiplyConstantMonomial(Constant constant, Monomial monomial) Monomial[]IdealFactory.multiplyConstantTermMap(Constant constant, Monomial[] map) Computes the term map obtained by multiplying the givenConstantwith every term in a given term map.