Home
last modified time | relevance | path

Searched refs:w0_best_d (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/math/tools/
Dlambert_w_errors_graph.cpp88 double w0_best_d = static_cast<double>(w0_best); // reference result. in main() local
91 w0s[zd] = float_distance<double>(w0d, w0_best_d); // difference in bits. in main()
92 double fd = float_distance<double>(w0d, w0_best_d); in main()