Home | History | Annotate | Download | only in python2.7

Lines Matching full:usual

1024             # usual scientific notation: 1 digit on left of the point
2318 # usual case: inexact result, x**y computed directly as exp(y*log(x))
5717 # compute expm1(z/2**R) = exp(z/2**R) - 1 using the usual Taylor