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 Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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