Wednesday, 21 August 2013

Math.Pow() vs Math.Exp() C# .Net

Math.Pow() vs Math.Exp() C# .Net

Can anyone provide an explanation of the difference between using
Math.Pow() and Math.Exp() in C# and .net ? Is Exp() just taking a number
to the Power using itself as the Exponent?

No comments:

Post a Comment