In:

multiplication = var1 * var2
Division = var1 / var2

addition = var1 + var2
Subtraction = var1 - var2

exponentiation = ???

One more thing, how to read this one, isDigit?

Thanks in advance

double a = Math.exp(b); //e^b

double c = Math.pow(a,b); //a^b

Go to this link: Math

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.