This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove slow paths from pow


On Fri, 9 Feb 2018, Wilco Dijkstra wrote:

> +	   Since RElog/REexp are tiny and log (x) * y is at most log (DLB_MAX),

s/DLB_MAX/DBL_MAX/

> +	   this is equiivalent to pow (x, y) * (1 + 709.8 * RElog + REexp).

s/equiivalent/equivalent/

OK with those changes.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]