MCPcopy Create free account
hub / github.com/Profactor/cv-plot / write

Function write

CvPlot/ext/catch2/inc/catch.hpp:11398–11402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11396
11397template <typename FloatingPoint>
11398void write(std::ostream& out, FloatingPoint num) {
11399 out << std::scientific
11400 << std::setprecision(std::numeric_limits<FloatingPoint>::max_digits10 - 1)
11401 << num;
11402}
11403
11404} // end anonymous namespace
11405

Callers 1

describeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected