exponentiation

HelloHow does one succinctly do exponentiation with a default base of 10 and then with a variable base and exponent? tia
[134 byte] By [aster_bodya] at [2007-11-26 14:25:31]
# 1
> Hello> How does one succinctly do exponentiation with a> default base of 10 and then with a variable base and> exponent? tiaBy using the BigInteger class: http://java.sun.com/j2se/1.4.2/docs/api/java/math/BigInteger.html
prometheuzza at 2007-7-8 2:18:31 > top of Java-index,Java Essentials,New To Java...
# 2
Math pow
jakain2a at 2007-7-8 2:18:31 > top of Java-index,Java Essentials,New To Java...