Custom Exponents

Philippe Sigaud philippe.sigaud at gmail.com
Sat Dec 14 23:29:57 PST 2013


>
> 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)`?


More information about the Digitalmars-d-learn mailing list