module Gsl_sum:Series Accelerationsig
..end
type
ws
val make : int -> ws
val accel : float array -> ws -> Gsl_fun.result
type
ws_info = {
|
size : |
|
terms_used : |
|
sum_plain : |
val get_info : ws -> ws_info
module Trunc:sig
..end