左リーマン和による数値計算
h = 0.001 func = Proc.new{|x| next 4 / (1 + x * x) } y = Num4InteLib.leftReimannSumMethod(0, 1, h, func)