File: root_n_comparison_tables.qbk

package info (click to toggle)
scipy 1.16.0-1exp7
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 234,820 kB
  • sloc: cpp: 503,145; python: 344,611; ansic: 195,638; javascript: 89,566; fortran: 56,210; cs: 3,081; f90: 1,150; sh: 848; makefile: 785; pascal: 284; csh: 135; lisp: 134; xml: 56; perl: 51
file content (30 lines) | stat: -rw-r--r-- 1,424 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[/
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).
]


Program I:\modular-boost\libs\math\example\root_n_finding_algorithms.cpp,
 Microsoft Visual C++ version 12.0, Dinkumware standard library version 610, Win32
Compiled in optimise mode.

Fraction of maximum possible bits of accuracy required is 0.75
[table:cbrt_5  Info for float, double, long double and cpp_bin_float_50
[[type name] [max_digits10] [binary digits] [required digits]]
[[float][9][24][18]]
[[double][17][53][39]]
[[long double][17][53][39]]
] [/table cbrt_5] 

[table:cbrt_4 Cube root(28) for float, double, long double and cpp_bin_float_50
[[][float][][][] [][double][][][] [][long d][][][] [][cpp50][][]]
[[Algo     ][Its][Times][Norm][Dis][ ][Its][Times][Norm][Dis][ ][Its][Times][Norm][Dis][ ]]
[[cbrt     ][  0][  156][1.00][  0][ ][  0][  156][1.00][  1][ ][  0][  156][1.00][  1][ ]]
[[TOMS748  ][  8][  781][5.01][ -1][ ][ 11][ 1093][7.01][  2][ ][ 11][ 1093][7.01][  2][ ]]
[[Newton   ][  6][ 1093][7.01][  0][ ][  7][ 1093][7.01][  0][ ][  7][  937][6.01][  0][ ]]
[[Halley   ][  4][ 1093][7.01][  0][ ][  4][  937][6.01][  0][ ][  4][  937][6.01][  0][ ]]
[[Schr'''ö'''der][  5][ 1093][7.01][  0][ ][  5][ 1093][7.01][  0][ ][  5][ 1093][7.01][  0][ ]]
] [/end of table cbrt_4]