Home | History | Annotate | Download | only in library

Lines Matching full:precision

66    precision) equal to ``x - n*y`` for some integer *n* such that the result has
87 loss of precision by tracking multiple intermediate partial sums::
96 builds, the underlying C library uses extended precision addition and may
192 Python floats typically carry no more than 53 bits of precision (the same as the
208 can result in a `significant loss of precision
210 function provides a way to compute this quantity to full precision::
215 >>> expm1(1e-5) # result accurate to full precision
422 The mathematical constant ? = 3.141592..., to available precision.
427 The mathematical constant e = 2.718281..., to available precision.
431 The mathematical constant ? = 6.283185..., to available precision.