root_n_comparison_tables.qbk 1.4 KB

123456789101112131415161718192021222324252627282930
  1. [/
  2. Copyright 2015 Paul A. Bristow.
  3. Copyright 2015 John Maddock.
  4. Distributed under the Boost Software License, Version 1.0.
  5. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt).
  7. ]
  8. Program I:\modular-boost\libs\math\example\root_n_finding_algorithms.cpp,
  9. Microsoft Visual C++ version 12.0, Dinkumware standard library version 610, Win32
  10. Compiled in optimise mode.
  11. Fraction of maximum possible bits of accuracy required is 0.75
  12. [table:cbrt_5 Info for float, double, long double and cpp_bin_float_50
  13. [[type name] [max_digits10] [binary digits] [required digits]]
  14. [[float][9][24][18]]
  15. [[double][17][53][39]]
  16. [[long double][17][53][39]]
  17. ] [/table cbrt_5]
  18. [table:cbrt_4 Cube root(28) for float, double, long double and cpp_bin_float_50
  19. [[][float][][][] [][double][][][] [][long d][][][] [][cpp50][][]]
  20. [[Algo ][Its][Times][Norm][Dis][ ][Its][Times][Norm][Dis][ ][Its][Times][Norm][Dis][ ]]
  21. [[cbrt ][ 0][ 156][1.00][ 0][ ][ 0][ 156][1.00][ 1][ ][ 0][ 156][1.00][ 1][ ]]
  22. [[TOMS748 ][ 8][ 781][5.01][ -1][ ][ 11][ 1093][7.01][ 2][ ][ 11][ 1093][7.01][ 2][ ]]
  23. [[Newton ][ 6][ 1093][7.01][ 0][ ][ 7][ 1093][7.01][ 0][ ][ 7][ 937][6.01][ 0][ ]]
  24. [[Halley ][ 4][ 1093][7.01][ 0][ ][ 4][ 937][6.01][ 0][ ][ 4][ 937][6.01][ 0][ ]]
  25. [[Schr'''ö'''der][ 5][ 1093][7.01][ 0][ ][ 5][ 1093][7.01][ 0][ ][ 5][ 1093][7.01][ 0][ ]]
  26. ] [/end of table cbrt_4]