Ejemplo n.º 1
0
 public ComplexSeries(Func <ScalarValue, ScalarValue> fz)
 {
     _f      = fz;
     _buffer = new BufferState();
 }