Waveform filter programs

◆ formatfloat()

std::string formatfloat ( const double &  v)

Definition at line 132 of file sigfit.cc.

Referenced by main().

133 {
134  char seq[20];
135  std::sprintf(seq, "%8.5f ", v);
136  return(std::string(seq));
137 }
Here is the caller graph for this function: