> > http://dlang.org/phobos/std_math.html#.pow > > See the fourth overload: `if (isFloatingPoint!F && isFloatingPoint!G)`. Is there any difference between using `a ^^ b` and `pow(a,b)`?