UNIT

From iMath
Revision as of 07:13, 1 July 2017 by Jrheinlaender (Talk | contribs) (Created page with "{{Keyword | <code>UNIT ( expression )</code> | Try to find a quantity (number with optional units) for the expression from any equations defined previously in the document...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

UNIT ( expression )


Implemented in iMath since version 2.2.0 or earlier.

Explanation

Try to find a quantity (number with optional units) for the expression from any equations defined previously in the document, and then get the units of this result. Gives an error if the expression does not evaluate to a quantity.


Example

EQDEF a = 3 x

EQDEF b = 2 x

EQDEF x = 7 %metre

EXDEF UNIT(a + b)

This will output "m".

See also

QUANTITY QUANTITYWITH NUMVAL NUMVALWITH VAL VALWITH UNITWITH