fork(2) download
  1. import numpy
  2. print numpy.longdouble("1e309")
  3. print numpy.longdouble
  4. print numpy.finfo(numpy.longdouble)
Success #stdin #stdout 0.61s 25344KB
stdin
Standard input is empty
stdout
inf
<type 'numpy.float96'>
Machine parameters for float96
---------------------------------------------------------------------
precision= 18   resolution= 1e-18
machep=   -63   eps=        1.08420217249e-19
negep =   -64   epsneg=     5.42101086243e-20
minexp=-16382   tiny=       3.36210314311e-4932
maxexp= 16384   max=        1.18973149536e+4932
nexp  =    15   min=        -max
---------------------------------------------------------------------