20 lines
1.4 KiB
Plaintext
20 lines
1.4 KiB
Plaintext
[/
|
|
Copyright 2015 Paul A. Bristow.
|
|
Copyright 2015 John Maddock.
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENSE_1_0.txt or copy at
|
|
http://www.boost.org/LICENSE_1_0.txt).
|
|
]
|
|
|
|
|
|
[h5 Program root_finding_algorithms.cpp, GNU C++ version 9.3.1 20200425, GNU libstdc++ version 20200425, Win32, x64[br]1000000 evaluations of each of 5 root_finding algorithms.]
|
|
[table:cbrt_4 Cube root(28) for float, double, long double and cpp_bin_float_50
|
|
[[][float][][][] [][double][][][] [][long d][][][] [][cpp50][][]]
|
|
[[Algorithm][Its][Times][Norm][Dis][ ][Its][Times][Norm][Dis][ ][Its][Times][Norm][Dis][ ][Its][Times][Norm][Dis][ ]]
|
|
[[cbrt ][ 0][15625][[role blue 1.0]][ 0][ ][ 0][62500][[role blue 1.0]][ 0][ ][ 0][62500][[role blue 1.0]][ 0][ ][ 0][2718750][1.2][ 0][ ]]
|
|
[[TOMS748 ][ 8][140625][[role red 9.0]][ -1][ ][ 11][265625][[role red 4.2]][ 2][ ][ 10][718750][[role red 12.]][ -1][ ][ 6][16796875][[role red 7.5]][ -2][ ]]
|
|
[[Newton ][ 5][62500][4.0][ 0][ ][ 6][62500][[role blue 1.0]][ 0][ ][ 6][203125][3.2][ 0][ ][ 2][2234375][[role blue 1.0]][ -1][ ]]
|
|
[[Halley ][ 3][46875][3.0][ 0][ ][ 4][93750][1.5][ 0][ ][ 4][234375][3.8][ 0][ ][ 2][5187500][2.3][ 0][ ]]
|
|
[[Schr'''ö'''der][ 4][78125][[role red 5.0]][ 0][ ][ 5][78125][1.2][ 0][ ][ 5][265625][[role red 4.2]][ 0][ ][ 2][6609375][3.0][ 0][ ]]
|
|
] [/end of table cbrt_4]
|