Home
last modified time | relevance | path

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

/third_party/boost/libs/math/tools/
Dlambert_w_errors_graph.cpp212 svg_2d_plot data_plot_m1; // <-0.368, -46> <-0.358, -4> <-0.348, 1>... in main() local
214 data_plot_m1.title("Lambert W-1 function differences from 'best' for double.") in main()
242data_plot_m1.plot(wm1s, "W-1 branch").line_color(darkblue).shape(none).line_on(true).bezier_on(fal… in main()
243 data_plot_m1.write("./lambert_wm1_errors_graph"); in main()