Closed Luthaf closed 9 years ago
Because there is no tracking of the units in the code, the with_unit function is very buggy :
with_unit
julia> with_unit(45, mJ) 188280.0 kg m²/s² julia> with_unit(45, J) 188280.0 kg m²/s²
Because there is no tracking of the units in the code, the
with_unit
function is very buggy :