Thanks :) > No. See the section on function overloading on this page: > http://www.digitalmars.com/d/1.0/function.html > > So for pow(x, 2u), where x is a double, the match level for both > (real, uint) and (real, real) is "match with implicit conversions." > Therefore, it's an error.