Unit Operators

Revision as of 08:48, 14 June 2016 by Joseph (talk | contribs) (→‎See Also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In z^3, operations can be done in "Unit Unaware" or "Unit Aware" ways. This is to efficient with calculations as the users desire.

The normal operators like +, -, *, -, ^, <, >, <=, ==, >=, !=, etc. are enclosed in two angle brackets to get the unit versions.

Hence the corresponding unit operators are:

<+> - Unit aware addition

<-> - Unit aware subtraction

<*> - Unit aware multiplication

<-> - Unit aware division

<^> - Unit aware power

<<> - Unit aware less than

<>> - Unit aware greater than

<<=>- Unit aware less than or equal to

<==>- Unit aware equal to

<>=>- Unit aware greater than or equal to.

<!=>- Unit aware not equal to.


See Also

z^3 Units and Conversions

Using long variables with spaces in z^3