Constant
Constant
¶
Bases: Term
Zero polynomial term \(k\) that represents a constant value.
Equation
\(\mu(x) = k\)
where
- \(k\): value of the Constant
Attributes¶
Functions¶
__init__
¶
__repr__
¶
__repr__() -> str
Return the code to construct the term in Python.
Returns:
Type | Description |
---|---|
str
|
code to construct the term in Python. |
configure
¶
configure(parameters: str) -> None
Configure the term with the parameters.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
parameters |
str
|
|
required |