freebsd-dev/lib/msun
Jordan K. Hubbard e2014c1dcb Latest fix from jtc:
The fyl2xp1 instruction has such a limited range:
   -(1 - (sqrt(2) / 2)) <= x <= sqrt(2) - 1
it's not worth trying to use it.

Also, I'm not sure fyl2xp1's extra precision will
matter once the result is converted from extended
real (80 bits) back to double real (64 bits).

Reviewed by:	jkh
Submitted by:	jtc
1994-08-19 23:52:29 +00:00
..
bsdsrc BSD 4.4 Lite Lib Sources 1994-05-27 05:00:24 +00:00
i387 Latest fix from jtc: 1994-08-19 23:52:29 +00:00
man J.T. Conklin's latest version of the Sun math library. 1994-08-19 09:40:01 +00:00
src J.T. Conklin's latest version of the Sun math library. 1994-08-19 09:40:01 +00:00
Makefile Make this puppy actually compile now. 1994-08-19 11:15:40 +00:00