Keno / SIUnits.jl

Efficient unit-checked computation
Other
70 stars 26 forks source link

Change UnitTuple to work on 32&64-bit platforms #43

Closed rickhg12hs closed 10 years ago

rickhg12hs commented 10 years ago

This will at least allow SIUnits to load and pass tests on a 32-bit platform.

N.B.: There are still overflow problems for all platforms with the very small and very large prefixes.

Keno commented 10 years ago

Makes sense. The overflow problem is a hard issue to solve, not sure what the best way to do that is.

rickhg12hs commented 10 years ago

... And bump version number?