A value associated with a component - to track approximated values.
More...
A value associated with a component - to track approximated values.
Definition at line 128 of file efind.py.
◆ __init__()
None efind.ComponentValue.__init__ |
( |
|
self, |
|
|
'Component' |
component, |
|
|
Optional[float] |
decade = None , |
|
|
Optional[int] |
index = None , |
|
|
Optional[float] |
exact = None |
|
) |
| |
Valid combinations:
- exact - approximated value will be calculated
- exact, index, decade - approximated value = series[index]*decade
- index, decade - approximated value = series[index]*decade; exact=approximate
- Parameters
-
decade | The quantity's power-of-ten |
index | The integer index into the series for the quantity's mantissa |
exact | The exact quantity, if known |
Definition at line 133 of file efind.py.
◆ __str__()
str efind.ComponentValue.__str__ |
( |
|
self | ) |
|
◆ error()
float efind.ComponentValue.error |
( |
|
self | ) |
|
◆ fmt_exact()
str efind.ComponentValue.fmt_exact |
( |
|
self | ) |
|
◆ get_best()
◆ get_other()
- Returns
- If this approximated value is below its exact value, then the next-highest E24 value; otherwise None
Definition at line 178 of file efind.py.
◆ approx
efind.ComponentValue.approx |
◆ component
efind.ComponentValue.component |
◆ decade
efind.ComponentValue.decade |
◆ exact
efind.ComponentValue.exact |
The documentation for this class was generated from the following file: