Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintain kind when multplying a number by a quantity.
`1.0 * Q` and `1.0 / Q` now both maintain Q's kind in the result. `Q * 1.0` and `Q / 1.0` already maintain the kind. Resolves #138.
- Loading branch information