Home
last modified time | relevance | path

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

/third_party/boost/libs/math/example/
Droot_finding_multiprecision_example.cpp150 T show_cube_root(T value) in show_cube_root() function
200 show_cube_root(2.); in main()
201 show_cube_root(2.L); in main()
202 show_cube_root(two); in main()
/third_party/boost/libs/math/doc/roots/
Droot_finding_examples.qbk367 `cpp_dec_float_50 r = cbrt_2deriv(2);` or `show_cube_root(2);`
370 Even `show_cube_root(2.F);` will produce warnings because `typedef double guess_type` defines the t…