finesse.symbols.Constant¶
Overview
- class finesse.symbols.Constant(value, name=None)[source]¶
- Bases: - Symbol- Defines a constant symbol that can be used in symbolic math. - Parameters
- valuefloat, int
- Value of constant 
- namestr, optional
- Name of the constant to use when printing 
 
 
Properties
| Was this constant given a specific name. | |
Methods
| 
 | |
| 
 | Evaluate this constant. | 
| 
 | Uses a dictionary to substitute terms in this expression with another. |