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

Lines Matching full:echar

6167         echar = {'E': 'E', 'e': 'e', 'G': 'E', 'g': 'e'}[spec['type']]
6168 fracpart += "{0}{1:+}".format(echar, exp)