You are here

public function UnitsMathematicalExpression::decompose in Units of Measurement 7.2

Decompose (simplify) this mathematical expression.

Return value

UnitsMathematicalExpression Decomposed (simplified) version of this mathematical expression

3 methods override UnitsMathematicalExpression::decompose()
AbstractUnitsMathematicalOperator::decompose in ./units.module
Decompose (simplify) this mathematical expression.
UnitsConstantMathematicalExpression::decompose in ./units.module
Decompose (simplify) this mathematical expression.
UnitsEntity::decompose in includes/UnitsEntity.class.inc
Decompose (simplify) this mathematical expression.

File

./units.module, line 1187
Provide API for managing and converting units of measurement.

Class

UnitsMathematicalExpression
Interface of "mathematical expression".

Code

public function decompose();