Display more than 16 digits in numpy [duplicate]
问题 This question already has answers here : How to pretty-print a numpy.array without scientific notation and with given precision? (14 answers) Closed last year . I tried to set np.set_printoptions(precision=100) in python but the output is still something like -0.00510610862213 Is there anyway to display e.g. 100 digits? 回答1: You can change the display precision up to a point. For example, looking below we can change the number of digits displayed up to a point after which no more digits are