physical-quantities
A library that provides a numeric type with optional unit and/or uncertainty for computations with automatic error propagation.
$ area51 add physical-quantitiesCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(physical-quantities:some-function ...)