so in your example above both types of Calculator will be aliased as Calculator hence the only Calculator you will have access to thru Alias will be Logrithmic one.
Better to do
alias Mathematics.Calculator
alias Mathematics.Logrithmic.Calculator, as: LogCalc