Lines Matching refs:pi
74 a value of pi which is accurate to more than 128 bits. As a consequence,
76 to a few pi, and accurate to more than 64 bits for most arguments,
78 80486, which uses a value of pi which is accurate to 66 bits.
241 arguments greater than pi/4 can be thought of as being related to the
242 precision of the argument x; e.g. an argument of pi/2-(1e-10) which is
252 cos(x) 0 .. pi/2-(1e-10) 64.4 (x <= pi/4) 62.4
253 64.1 (x = pi/2-(1e-10)) 31.9
254 sin(x) 1e-10 .. pi/2 64.0 62.8
255 tan(x) 1e-10 .. pi/2-(1e-10) 64.0 (x <= pi/4) 62.1
256 64.1 (x = pi/2-(1e-10)) 31.9
273 for pi which is accurate to more than 128 bits precision. As a
277 for operands close to pi/2. Measured results are (note that the
291 is within about 10e-7 of a multiple of pi. To find the tan (for
293 have a value of pi which had about 150 bits precision. The FPU
299 pi/2) the emulator is more accurate than an 80486 FPU. For very large
319 between -pi/2 and +pi/2. The other instructions have a lower
329 fsin (0,pi/2) 547756 0 133 10673 63.89 0.451317
330 fcos (0,pi/2) 547563 0 126 10532 63.85 0.700801
331 fptan (0,pi/2) 536274 11 267 10059 63.74 0.784876
360 argument approaches pi/2. The table does not show those cases when the
362 often for fsin and fptan when the argument approaches pi/2. This poor
364 the accuracy of the value of pi.