Physical units/constants

The files in this package are © 2005-2009 Spencer Olson.

This package was split off from the olson-tools package to make it easier to integrate into other projects that do not need anything but the physical package.

For gnuplot and Octave, the data provides a set of numbers for each constant and unit in SI units. For c++, the data can also be used as a simple set of constants. Additionally, for c++ and python, there is a runtime library that forces proper units-matching for various mathematical operations. This runtime library does not represent a zero-overhead implementation like Boost.units, but is intended to be used as an input parser/calculator. In fact, one of the test programs in the examples directory functions somewhat as a replacement for the GNU units program.

This 'physical units/constants' package is released under MIT License:

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

If you use it, send me a note. If you fix it, please send me a patch.


Back to Software
Last modified Monday, 09-Feb-2009 08:03:10 EST.

Back to Home