Home
last modified time | relevance | path

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

/third_party/boost/libs/math/example/
Droot_finding_fifth.cpp391 double root5v2 = static_cast<double>(5.0003199590478625588206333405631053401128722314376); in main() local
393 std::cout << "Fifth root of " << v28 << " is " << root5v2 << std::endl; in main()
Droot_finding_example.cpp487 double root5v2 = static_cast<double>(5.0003199590478625588206333405631053401128722314376); in main() local
488 std::cout << "Fifth root of " << fivepowfivep1 << " is " << root5v2 << std::endl; in main()