| Trees | Indices | Help |
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Sets string that represents unit. It must be base unit with no prefixes (e. g. "m", "N", "A", etc.).
|
Changes an SI unit according to string representation. This is a more powerful version of
|
Obtains string representing a SI unit.
|
Multiplies two SI units.
|
Divides two SI units.
|
Computes a power of an SI unit.
|
Calulates n-th root of an SI unit. This operation fails if the result would have fractional powers that
are not representable by Since: 2.5
|
Computes the product of two SI units raised to arbitrary powers. This is the most complex SI unit arithmetic function. It can be easily chained when more than two units are to be multiplied. Since: 2.4
|
Checks whether two SI units are equal.
|
Finds a good format for representing a value. The values should be then printed as
value/
|
Finds format for representing a specific power-of-10 multiple of a unit. The values should be then printed as
value/ This function does not change the precision field of
|
Finds a good format for representing a range of values with given resolution. The values should be then printed as
value/
|
Finds a good format for representing a values with given number of significant digits. The values should be then printed as
value/
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Feb 10 04:00:51 2012 | http://epydoc.sourceforge.net |