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:
sigfit.cc
Generated on Mon Aug 21 2023 17:36:35 for Waveform filter programs by
1.8.14