emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: expt weirdness in floatfns.c


From: Luc Teirlinck
Subject: Re: expt weirdness in floatfns.c
Date: Sat, 6 Aug 2005 18:55:31 -0500 (CDT)

I basically agree with your change, but your comment looks confusing:

      && INTEGERP (arg2)   /* don't promote, if both are ints, and */
      && 0 <= XINT (arg2)) /* we are not computing the -ARG2 root */

root?  Are you confusing with `(expt 2 0.5)'?  Should the second line
not simply be:  /* ARG2 is nonnegative */ ?

Sincerely,

Luc.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]