michikawa07
michikawa07
Trivial fix: `Sortexp` function in display.jl has been more efficient. Change 1: The `uparse` method in user.jl is now able to parse units defined in external modules by default. Change...
1 default value of unit_context argument Nevertheless, expanded pkg of Unitful.jl (i.e., UnitfulAtomic.jl) execute Unitful.register(), Unitful.uparse did not recognize these pkgs automatically (due to the defaut value of unit_context arg...
Would the following macros be useful? ```julia julia> macro decimal(ex) trans!(e::Real) = :(Decimal($e)) trans!(e::Expr) = begin for (i,a) in enumerate(e.args) a isa Integer && continue a isa Real && (e.args[i]...
Nevertheless, expanded pkg of Unitful.jl (i.e., UnitfulAtomic.jl) execute Unitful.register(), Unitful.uparse did not recognize these pkgs automatically (due to the defaut value of unit_context arg is Unitful only). This commit modified...