Lines Matching refs:exponent
199 First, check if the exponent is 0. If it is, return 1 at the appropriate
202 Next, check if the number is 0. If so, check if the exponent is greater than
203 zero; if it is, return 0. If the exponent is less than 0, error (with a divide
206 Next, check if the exponent is actually an integer, and if it is, use the
214 Then we check if the number is less than 0. If it is, we negate the exponent
215 (and the integer version of the exponent, which we calculated earlier to check
221 relationship `l(x) == -l(1/x)`; we negated the exponent, which is equivalent to
230 If at this point, the exponent is negative, we need to use the original formula
234 But if we did *not* return, we know the exponent is *not* negative, so we can
238 power of the integral portion of the exponent.
254 exponent), so this makes sense.
257 remember: we're dealing with an exponent and a power; the relationship is