quantity 0.2.0
quantity: ^0.2.0 copied to clipboard
Facilitates working with physical quantities.
0.2.0 #
- Dart 2 support.
- Stricter typing.
- Addressed many (but not all) analyzer items.
0.1.5 #
- Upgraded dependencies:
intl 0.14andquiver 0.23
0.1.4 #
- Added
isScalarandisScalarSItoDimensionsandQuantity. - Extended use of type hints in dimensions for more efficient and accurate type determination during operations.
- Generalized special handling of scalar quantities.
0.1.3+1 #
- Fixed
CHANGELOG.mdformatting.
0.1.3 #
- Added
operator ==andhashCodeto quantity range classes. - Added
toTypedQuantitytoMiscQuantity. - Changed
googolconstant to arbitrary precision. - Renamed private
_dimensionsconstructor to_internalin quantities.
0.1.2 #
PreciseisIntegerand_limitPrecisionfixes.hashCodetesting for quantity objects (esp.Scalar)
0.1.1 #
Temperature,TemperatureIntervaltests, tweaks, bug fixes.
0.1.0 #
- Initial version.