Use the sqrt()
and log()
functions from the math
module, along with the
built-in round()
function to print the answers to the following questions to
the screen.
number of species = 3.5 +
0.25 * log(area)
. The logarithms in this equation are natural
logarithms. For an area of 8 km^2 what is the estimated number of
species rounded to the nearest integer.