|
This JavaScript Calculator will find the
product of an exponential expression (as in x raised to the power of y, where y is less
than 600). It will handle positive and negative exponents and positive and negative bases.
And when the result is too large, it will even display the results in scientific notation.
|