]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/math/doc/roots/root_comparison_tables_gcc.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / math / doc / roots / root_comparison_tables_gcc.qbk
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
9
10 [h5 Program root_finding_algorithms.cpp, GNU C++ version 4.9.2, GNU libstdc++ version 20141030, Win32, x64[br]1000000 evaluations of each of 5 root_finding algorithms.]
11 [table:cbrt_4 Cube root(28) for float, double, long double and cpp_bin_float_50
12 [[][float][][][] [][double][][][] [][long d][][][] [][cpp50][][]]
13 [[Algorithm][Its][Times][Norm][Dis][ ][Its][Times][Norm][Dis][ ][Its][Times][Norm][Dis][ ][Its][Times][Norm][Dis][ ]]
14 [[cbrt ][ 0][46875][[role blue 1.0]][ 0][ ][ 0][46875][[role blue 1.0]][ 0][ ][ 0][46875][[role blue 1.0]][ 0][ ][ 0][3500000][1.1][ 0][ ]]
15 [[TOMS748 ][ 8][187500][4.0][ -1][ ][ 11][406250][[role red 8.7]][ 2][ ][ 10][609375][[role red 13.]][ -1][ ][ 7][44531250][[role red 14.]][ -2][ ]]
16 [[Newton ][ 5][93750][2.0][ 0][ ][ 6][109375][2.3][ 0][ ][ 6][171875][3.7][ 0][ ][ 2][3140625][[role blue 1.0]][ -1][ ]]
17 [[Halley ][ 3][93750][2.0][ 0][ ][ 4][125000][2.7][ 0][ ][ 4][218750][[role red 4.7]][ 0][ ][ 2][7171875][2.3][ 0][ ]]
18 [[Schr'''ö'''der][ 4][109375][2.3][ 0][ ][ 5][171875][3.7][ 0][ ][ 5][281250][[role red 6.0]][ 0][ ][ 2][8703125][2.8][ 0][ ]]
19 ] [/end of table cbrt_4]