Uses of Interface
dev.civl.sarl.IF.object.NumberObject
Packages that use NumberObject
Package
Description
This package provides the internal interface for the representation of basic
symbolic expressions.
The ideal module supports reasoning about numerical expressions using "ideal"
mathematical reals and integers.
This package and its subpackages provide the "public interface" to SARL.
Internal interface for the symbolic object module, providing mechanisms for
creating
SymbolicObjects.-
Uses of NumberObject in dev.civl.sarl.expr.IF
Methods in dev.civl.sarl.expr.IF with parameters of type NumberObjectModifier and TypeMethodDescriptionNumericExpressionFactory.number(NumberObject numberObject) NumericExpressionFactory.power(NumericExpression base, NumberObject exponent) Concrete power operator: e^b, where b is aNumberObjectwith a concrete non-negative integer value. -
Uses of NumberObject in dev.civl.sarl.ideal.IF
Methods in dev.civl.sarl.ideal.IF that return NumberObjectModifier and TypeMethodDescriptionPrimitivePower.primitivePowerExponent(IdealFactory factory) Returns the exponent in this primitive power expression, which is a positive integer represented as anNumberObject.Constant.value()Returns theNumberObjectwrapped by thisConstant.Methods in dev.civl.sarl.ideal.IF with parameters of type NumberObjectModifier and TypeMethodDescriptionMonomial[]IdealFactory.powerTermMap(SymbolicType type, Monomial[] map, NumberObject exponent) Raises a term map to the given power, returning the result as a term map.IdealFactory.primitivePower(Primitive primitive, NumberObject exponent) -
Uses of NumberObject in dev.civl.sarl.IF
Methods in dev.civl.sarl.IF that return NumberObjectModifier and TypeMethodDescriptionCoreUniverse.numberObject(Number value) Returns theNumberObjectwrapping the givenNumbervalue.Methods in dev.civl.sarl.IF with parameters of type NumberObjectModifier and TypeMethodDescriptionCoreUniverse.number(NumberObject numberObject) Returns the concrete symbolic expression wrapping the given number object. -
Uses of NumberObject in dev.civl.sarl.object.IF
Methods in dev.civl.sarl.object.IF that return NumberObjectModifier and TypeMethodDescriptionObjectFactory.numberObject(Number value) ObjectFactory.oneIntegerObj()ObjectFactory.oneRealObj()ObjectFactory.zeroIntegerObj()ObjectFactory.zeroRealObj()