The type of a set of dimensions.
A quantity that can be represented as the product of a number and a set of dimensions. The number is stored internally as a member of type N, which is enforced to be a built-in numeric type (isNumeric!N is true). The dimensions are stored as an associative array where keys are symbols and values are integral powers. For instance length and speed quantities can be stored as:
Check that two quantity types are dimensionally consistent.
Tests whether T is a quantity type
Creates a new prefix function that mutlpy a Quantity by _factor factor.
Creates a new monodimensional unit.
This module defines the base types for unit and quantity handling.