Module Gsl_sum.Trunc


module Trunc: sig .. end

type ws 
val make : int -> ws
val accel : float array -> ws -> Gsl_fun.result

type ws_info = {
   size : int;
   terms_used : int;
   sum_plain : float;
}
val get_info : ws -> ws_info