Skip to content

Commit

Permalink
Also export \mu versions of micro units
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno committed Oct 6, 2015
1 parent 656f12b commit 9ce64b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/shortunits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,13 @@ module ShortUnits
const deg = Degree
const sr = Steradian

# Support the other unicode codepoint for $\mu$
# (namely the one we get on the REPL)
export μg, μm, μF, μA, μW
const μg = µg
const μm = µm
const μF = µF
const μA = µA
const μW = µW

end

0 comments on commit 9ce64b9

Please sign in to comment.