
 2
 1.0+0.0i
-1.0+0.0i
 3
 1.0+0.0i 
-0.5+0.866025403784439i -0.5-0.866025403784438i
 4
 1.0 +0.0i
 0.0 +1.0i
-1.0 +0.0i
-0.0 -1.0i
 5
 1.0+0.0i
 0.309016994374947+0.951056516295154i
-0.809016994374947+0.587785252292473i
-0.809016994374948-0.587785252292473i
 0.309016994374947-0.951056516295154i
 6
 1.0+0.0i
 0.5+0.866025403784439i
-0.5+0.866025403784439i
-1.0+0.0i
-0.5-0.866025403784438i
 0.5-0.866025403784439i
 7
 1.0+0.0i
 0.623489801858734+0.78183148246803i
-0.222520933956314+0.974927912181824i
-0.900968867902419+0.433883739117558i
-0.900968867902419-0.433883739117558i
-0.222520933956315-0.974927912181824i
 0.623489801858733-0.78183148246803i
 8
 1.0+0.0i
 0.707106781186548+0.707106781186547i
 0.0+1.0i
-0.707106781186547+0.707106781186548i
-1.0+0.0i
-0.707106781186548-0.707106781186547i
-0.0-1.0i
 0.707106781186547-0.707106781186548i
 9 1.0+0.0i
 0.766044443118978+0.642787609686539i
 0.17364817766693+0.984807753012208i
-0.5+0.866025403784439i
-0.939692620785908+0.342020143325669i
-0.939692620785908-0.342020143325669i
-0.5-0.866025403784438i
 0.17364817766693-0.984807753012208i
 0.766044443118978-0.64278760968654i
10
 1.0+0.0i
 0.809016994374947+0.587785252292473i
 0.309016994374947+0.951056516295154i
-0.309016994374947+0.951056516295154i
-0.809016994374947+0.587785252292473i
-1.0+0.0i
-0.809016994374948-0.587785252292473i
-0.309016994374948-0.951056516295154i
 0.309016994374947-0.951056516295154i
 0.809016994374947-0.587785252292473i

/*
tetrahedron   b4 = pi/2 - a4/2 = 35.26439
    v1 = ( cos(b4), 0, sin(b4))
    v2 = (-cos(b4), 0, sin(b4))
    v3 = ( 0, cos(b4), -sin(b4))
    v4 = ( 0,-cos(b4), -sin(b4))


cube
    faces
    v1 =  0, 0, 1
    v2 =  1, 0, 0
    v3 =  0, 1, 0
    v4 =  0,-1, 0
    v5 = -1, 0, 0
    v6 =  0, 0,-1


octahedron
    faces                       edges
    v1 = ( 1, 1, 1)/3**0.5        e1 = ( 1, 0,1)/2**0.5
    v2 = (-1, 1, 1)/3**0.5        e2 = ( 0, 1,1)/2**0.5
    v3 = (-1,-1, 1)/3**0.5        e3 = (-1, 0,1)/2**0.5
    v4 = ( 1,-1, 1)/3**0.5        e4 = ( 0,-1,1)/2**0.5
    v5 = (-1, 1,-1)/3**0.5
    v6 = ( 1, 1,-1)/3**0.5
    v7   ( 1,-1,-1)/3**0.5
    v8 = (-1,-1,-1)/3**0.5
*/





/*  dodecahedron       5.0*(cos(angle12))**2 = 1.0
                                 angle12 = 63.43494882292
         cos(pi/5) = 0.80901699
         sin(pi/5) = 0.58778525
         sin(0.4 pi) = 0.95105652
         cos(0.4 pi) = 0.30901699
         sin(0.8 pi) = 0.58778525
         cos(0.8 pi) =-0.80901699

icosahedron vertices or dodecahedron faces
unit vectors:
     v1 =  0,0,1
     v2 =  0.89442719, 0, 0.44721360
     v3 =  0.27639320, 0.85065081, 0.44721360
     v4 = -0.72360680, 0.52573111, 0.44721360
     v5 = -0.72360680,-0.52573111, 0.44721360
     v6 =  0.27639320,-0.85065081, 0.44721360

     v7 = -0.27639320, 0.85065081,-0.44721360
     v8 =  0.72360680, 0.52573111,-0.44721360
     v9 =  0.72360680,-0.52573111,-0.44721360
     va = -0.27639320,-0.85065081,-0.44721360
     vb = -0.89442719,-0.0,-0.44721360
     vc =  0,0,-1


icosahedron faces or dodecahedron vertices
     w5 = (v6-v1) x (v2-v1) = 0.47022820, 0.34164078, 0.76084521 
     w1 = (v2-v1) x (v3-v1) = 0.47022820,-0.34164078, 0.76084521
      unit(w5) = 0.49112347, 0.35682208, 0.79465447
      unit(w1) = 0.49112347,-0.35682208, 0.79465447
          angle20 = acos(unit(w1) dot unit(w5)) = acos(.74535597)
          angle20 = (5/9)**0.5
            .729727656227 radians  41.81031489578 degrees

     w2 = (v3-v1) x (v4-v1) = -0.18759247, -0.57735027, 0.79465447
     w3 = (v4-v1) x (v5-v1) = -0.60706200, 0.0, 0.79465447
     w4 = (v5-v1) x (v6-v1) = -0.18759247, 0.57735027, 0.79465447

                                   accurate to 7 decimal places:
     w6 =  2  9 8   0.982 24695  0.0          -0.187 59247 
      7    8  3 2   0.794 65448  0.577 35027   0.187 59247
      8    3  8 7   0.303 53100  0.934 17236  -0.187 59247
      9    7  4 3  -0.303 53100  0.934 17236   0.187 59247
      10   4  7 b  -0.794 65448  0.577 35027  -0.187 59247
     w11   b  5 4  -0.982 24695  0.0           0.187 59247
      12   5  b a  -0.794 65448  -0.577 35027  -0.187 59247
      13   a  6 5  -0.303 53100  -0.934 17236   0.187 59247
      14   6  a 9   0.303 53100  -0.934 17236  -0.187 59247
      15   9  2 6   0.794 65448  -0.577 35027   0.187 59247


     w16= -0.49112347, -0.35682208, -0.79465447   
     w17=  0.18759247, -0.57735027,-0.79465447   
      16 =  0.60706200, 0.0, -0.79465447
      18 =  0.18759247,  0.57735027,-0.79465447
      20 = -0.49112347, 0.35682208,-0.79465447

  icosohedron edges  b20 = a12/2 = 31.71747441146
                     cos(b20) =
                     sin(b20) =
     e1 = (cos(b20),0,sin(b20))       .850650808,0,.5257311121
     e2 = (cos(b20)cos(0.4pi),cos(b20)sin(0.4pi),sin(b20))
     e3 = (-cos(b20)cos(0.2pi),cos(b20)sin(0.2pi),sin(b20))
     e4 = (-cos(b20)cos(0.2pi),-cos(b20)sin(0.2pi),sin(b20)
     e5 = (cos(b20)cos(0.4pi),-cos(b20)sin(0.4pi),sin(b20)

        -unit(e3+e4) dot e1
         unit(cos(b20)cos(0.2pi),0,sin(b20)) dot  (cos(b20),0,sin(b20))
          .79465447,0,-.607061998         37.3773682


  dodecahedron edges b12 = a20/2 =
     e1 = (cos(b12),0,sin(b12))
     e2 = (-0.5*cos(b12),0.866*cos(b12),sin(b12))
     e3 = (-0.5*cos(b12),-0.866*cos(b12),sin(b12))

*/

/*
http://www.dnaco.net/~michael/domes/books/mathematics.html  geodesic@dnaco.net
   Michael Rader


http://www.povray.org/rtn/rtnv4n1.html#art28

 (0,+-p,+-1), (+-1,0,+-p), (+-p,+-1,0)
 (0,+-i,+-p), (+-p,0,+-i), (+-i,+-p,0), (+-1,+-1,+-1)
 p= (sqrt(5)+1)/2 i= (sqrt(5)-1)/2 = 1/9 = p-1

HSM Coxeter 1948 Regular Polytopes p 52-53 Methuen London

http://www.faqs.org/faqs/graphics/algorithms-faq/  6.07
  http://cm.bell-labs.com/netlib/polyhedra/index.html
  http://netlib.bell-labs.com/netlib/polyhedra/index.html
  http://www.netlib.org/polyhedra/index.html
 http://www.cc.iastate.edu/old_answers/packages/graphics/algos.faq.html
 http://www2.hku.nl/~lennart1/docs/algos.txt
 http://www.chesworth.com/pv/graphics/graphics_algorithms_faq.htm
 http://www.scidiv.bcc.ctc.edu/Math/voroni.html

*/
12 inches 1 foot
3 feet 1 yard
5.5 yards 1 pole
40 poles 1 furlong
8 furlong 1 mile

9 square feet 1 square yard
30.25 square yards 1 square pole
160 square poles 1 rood
4 Roods 1 acre
640 acre 1 square mile

2 pints 1 quart
4 quarts 1 gallon
2 gallons 1 peck
4 pecks 1 buschel
8 buschels 1 quater

One cubic inch of distilled water at 62 fahrenhiet, barometer 30 inces
weights 252.458 Troy grains.

sphericity constant pi^1/3(6^2/3)
sphericity cube (pi/6)^1/3
sphericity octahedron (pi/(3*3^1/2))^1/3
sphericity tetrahedron (pi/(6*3^1/2))^1/3

24 grains 1 dwt
20 dwt 1 oz
12 oz 1 pound

7000 Troy grains 1 Avoirdupois pound
16 drs 1 oz
16 oz 1 pound
28 pound 1 qr
4 qr 1 cwt
20 cwt 1 ton

Gunter's chain = 66 feet

6 feet 1 fathom
120 fathoms 1 cable length
4 inches 1 hand
3 inches 1 palm
9 inches 1 span


Melting Point of the elements
Text lists sorted by: 	Value | Atomic Number | Alphabetical
Plots: 	3D Live | Shaded | Ball | Crossed Line | Scatter | Sorted Scatter
Log scale plots: 	3D Live | Shaded | Ball | Crossed Line | Scatter | Sorted Scatter
Good for this property: 	Scatter

Hydrogen	-259.14C 	Cerium	798.C 	Lawrencium	1627.C
Neon	-248.59C 	Arsenic	817.C 	Lutetium	1663.C
Fluorine	-219.6C 	Ytterbium	819.C 	Titanium	1668.C
Oxygen	-218.3C 	Europium	822.C 	Thorium	1750.C
Nitrogen	-210.1C 	Mendelevium	827.C 	Platinum	1768.3C
Argon	-189.3C 	Nobelium	827.C 	Zirconium	1855.C
Krypton	-157.36C 	Calcium	842.C 	Chromium	1907.C
Xenon	-111.8C 	Einsteinium	860.C 	Vanadium	1910.C
Chlorine	-101.5C 	Californium	900.C 	Rhodium	1964.C
Radon	-71.C 	Lanthanum	920.C 	Boron	2075.C
Mercury	-38.83C 	Praseodymium	931.C 	Technetium	2157.C
Bromine	-7.3C 	Germanium	938.3C 	Hafnium	2233.C
Cesium	28.44C 	Silver	961.78C 	Ruthenium	2334.C
Gallium	29.76C 	Neodymium	1021.C 	Iridium	2466.C
Rubidium	39.31C 	Actinium	1050.C 	Niobium	2477.C
Phosphorus	44.2C[note] 	Berkelium	1050.C[note] 	Molybdenum	2623.C
Potassium	63.38C 	Gold	1064.18C 	Tantalum	3017.C
Sodium	97.72C 	Samarium	1072.C 	Osmium	3033.C
Iodine	113.7C 	Copper	1084.62C 	Rhenium	3186.C
Sulfur	115.21C[note] 	Promethium	1.1103C 	Tungsten	3422.C
Indium	156.6C 	Uranium	1135.C 	Carbon	3550.C[note]
Lithium	180.54C 	Americium	1176.C 	Helium	N/A[note]
Selenium	221.C[note] 	Manganese	1246.C 	Francium	N/A
Tin	231.93C 	Beryllium	1287.C 	Rutherfordium	N/A
Polonium	254.C 	Gadolinium	1313.C 	Dubnium	N/A
Bismuth	271.3C 	Curium	1345.C 	Seaborgium	N/A
Astatine	302.C 	Terbium	1356.C 	Bohrium	N/A
Thallium	304.C 	Dysprosium	1412.C 	Hassium	N/A
Cadmium	321.07C 	Silicon	1414.C 	Meitnerium	N/A
Lead	327.46C 	Nickel	1455.C 	Darmstadtium	N/A
Zinc	419.53C 	Holmium	1474.C 	Roentgenium	N/A
Tellurium	449.51C 	Cobalt	1495.C 	Ununbium	N/A
Antimony	630.63C 	Erbium	1497.C 	Ununtrium	N/A
Plutonium	640.C 	Yttrium	1526.C 	Ununquadium	N/A
Neptunium	644.C 	Fermium	1527.C 	Ununpentium	N/A
Magnesium	650.C 	Iron	1538.C 	Ununhexium	N/A
Aluminum	660.32C 	Scandium	1541.C 	Ununseptium	N/A
Radium	700.C 	Thulium	1545.C 	Ununoctium	N/A
Barium	727.C 	Palladium	1554.9C
Strontium	777.C 	Protactinium	1572.C

	
Boiling Point of the elements
Text lists sorted by: 	Value | Atomic Number | Alphabetical
Plots: 	3D Live | Shaded | Ball | Crossed Line | Scatter | Sorted Scatter
Log scale plots: 	3D Live | Shaded | Ball | Crossed Line | Scatter | Sorted Scatter
Good for this property: 	Scatter

Helium	-268.93 C 	Americium	2011 C 	Protactinium	4000 C
Hydrogen	-252.87 C 	Manganese	2061 C 	Carbon	4027 C[note]
Neon	-246.08 C 	Indium	2072 C 	Ruthenium	4150 C
Nitrogen	-195.79 C 	Silver	2162 C 	Technetium	4265 C
Fluorine	-188.12 C 	Gallium	2204 C 	Zirconium	4409 C
Argon	-185.8 C 	Beryllium	2470 C 	Iridium	4428 C
Oxygen	-182.9 C 	Aluminum	2519 C 	Hafnium	4603 C
Krypton	-153.22 C 	Dysprosium	2567 C 	Molybdenum	4639 C
Xenon	-108 C 	Tin	2602 C 	Niobium	4744 C
Radon	-61.7 C 	Chromium	2671 C 	Thorium	4820 C
Chlorine	-34.04 C 	Holmium	2700 C 	Osmium	5012 C
Bromine	59 C 	Germanium	2820 C 	Tantalum	5458 C
Iodine	184.3 C 	Scandium	2830 C 	Tungsten	5555 C
Phosphorus	280.5 C[note] 	Gold	2856 C 	Rhenium	5596 C
Mercury	356.73 C 	Iron	2861 C 	Astatine	N/A
Sulfur	444.72 C 	Erbium	2868 C 	Francium	N/A
Arsenic	614 C[note] 	Silicon	2.9103 C 	Berkelium	N/A
Cesium	671 C 	Nickel	2913 C 	Californium	N/A
Selenium	685 C 	Cobalt	2927 C 	Einsteinium	N/A
Rubidium	688 C 	Copper	2927 C 	Fermium	N/A
Potassium	759 C 	Palladium	2963 C 	Mendelevium	N/A
Cadmium	767 C 	Promethium	3103 C 	Nobelium	N/A
Sodium	883 C 	Neodymium	3.1103 C 	Lawrencium	N/A
Zinc	907 C 	Curium	3110 C 	Rutherfordium	N/A
Polonium	962 C 	Actinium	3200 C 	Dubnium	N/A
Tellurium	988 C 	Terbium	3230 C 	Seaborgium	N/A
Magnesium	1090 C 	Plutonium	3230 C 	Bohrium	N/A
Ytterbium	1196 C 	Gadolinium	3250 C 	Hassium	N/A
Lithium	1342 C 	Titanium	3287 C 	Meitnerium	N/A
Strontium	1382 C 	Praseodymium	3290 C 	Darmstadtium	N/A
Thallium	1473 C 	Yttrium	3345 C 	Roentgenium	N/A
Calcium	1484 C 	Cerium	3360 C 	Ununbium	N/A
Europium	1527 C 	Lutetium	3402 C 	Ununtrium	N/A
Bismuth	1564 C 	Vanadium	3407 C 	Ununquadium	N/A
Antimony	1587 C 	Lanthanum	3464 C 	Ununpentium	N/A
Radium	1737 C 	Rhodium	3695 C 	Ununhexium	N/A
Lead	1749 C 	Platinum	3825 C 	Ununseptium	N/A
Samarium	1803 C 	Uranium	3927 C 	Ununoctium	N/A
Barium	1870 C 	Neptunium	4103 C
Thulium	1950 C 	Boron	4000 C

Atomic Weights and Isotopic Compositions for All Elements

Column Descriptions

                                                                         
             Relative           Isotopic      Standard                   
Isotope      Atomic Mass        Composition   Atomic Weight    Notes     
_________________________________________________________________________
1   H   1    1.0078250321(4)    99.9885(70)   1.00794(7)       g,m,r,c,w
    D   2    2.0141017780(4)    0.0115(70)  
    T   3    3.0160492675(11)               
_________________________________________________________________________
2   He  3    3.0160293097(9)    0.000137(3)   4.002602(2)      g,r,a
        4    4.0026032497(10)   99.999863(3)
_________________________________________________________________________
3   Li  6    6.0151223(5)       7.59(4)       6.941(2)         g,m,r,b,d
        7    7.0160040(5)       92.41(4)    
_________________________________________________________________________
4   Be  9    9.0121821(4)       100           9.012182(3)       
_________________________________________________________________________
5   B   10   10.0129370(4)      19.9(7)       10.811(7)        g,m,r
        11   11.0093055(5)      80.1(7)     
_________________________________________________________________________
6   C   12   12.0000000(0)      98.93(8)      12.0107(8)       g,r
        13   13.0033548378(10)  1.07(8)     
        14   14.003241988(4)                
_________________________________________________________________________
7   N   14   14.0030740052(9)   99.632(7)     14.0067(2)       g,r,e
        15   15.0001088984(9)   0.368(7)    
_________________________________________________________________________
8   O   16   15.9949146221(15)  99.757(16)    15.9994(3)       g,r
        17   16.99913150(22)    0.038(1)    
        18   17.9991604(9)      0.205(14)   
_________________________________________________________________________
9   F   19   18.99840320(7)     100           18.9984032(5)     
_________________________________________________________________________
10  Ne  20   19.9924401759(20)  90.48(3)      20.1797(6)       g,m,r,a
        21   20.99384674(4)     0.27(1)     
        22   21.99138551(23)    9.25(3)     
_________________________________________________________________________
11  Na  23   22.98976967(23)    100           22.989770(2)      
_________________________________________________________________________
12  Mg  24   23.98504190(20)    78.99(4)      24.3050(6)        
        25   24.98583702(20)    10.00(1)    
        26   25.98259304(21)    11.01(3)    
_________________________________________________________________________
13  Al  27   26.98153844(14)    100           26.981538(2)      
_________________________________________________________________________
14  Si  28   27.9769265327(20)  92.2297(7)    28.0855(3)       r
        29   28.97649472(3)     4.6832(5)   
        30   29.97377022(5)     3.0872(5)   
_________________________________________________________________________
15  P   31   30.97376151(20)    100           30.973761(2)      
_________________________________________________________________________
16  S   32   31.97207069(12)    94.93(31)     32.065(5)        g,r
        33   32.97145850(12)    0.76(2)     
        34   33.96786683(11)    4.29(28)    
        36   35.96708088(25)    0.02(1)     
_________________________________________________________________________
17  Cl  35   34.96885271(4)     75.78(4)      35.453(2)        m
        37   36.96590260(5)     24.22(4)    
_________________________________________________________________________
18  Ar  36   35.96754628(27)    0.3365(30)    39.948(1)        g,r,a
        38   37.9627322(5)      0.0632(5)   
        40   39.962383123(3)    99.6003(30) 
_________________________________________________________________________
19  K   39   38.9637069(3)      93.2581(44)   39.0983(1)        
        40   39.96399867(29)    0.0117(1)   
        41   40.96182597(28)    6.7302(44)  
_________________________________________________________________________
20  Ca  40   39.9625912(3)      96.941(156)   40.078(4)        g,r,f
        42   41.9586183(4)      0.647(23)   
        43   42.9587668(5)      0.135(10)   
        44   43.9554811(9)      2.086(110)  
        46   45.9536928(25)     0.004(3)    
        48   47.952534(4)       0.187(21)   
_________________________________________________________________________
21  Sc  45   44.9559102(12)     100           44.955910(8)      
_________________________________________________________________________
22  Ti  46   45.9526295(12)     8.25(3)       47.867(1)         
        47   46.9517638(10)     7.44(2)     
        48   47.9479471(10)     73.72(3)    
        49   48.9478708(10)     5.41(2)     
        50   49.9447921(11)     5.18(2)     
_________________________________________________________________________
23  V   50   49.9471628(14)     0.250(4)      50.9415(1)        
        51   50.9439637(14)     99.750(4)   
_________________________________________________________________________
24  Cr  50   49.9460496(14)     4.345(13)     51.9961(6)        
        52   51.9405119(15)     83.789(18)  
        53   52.9406538(15)     9.501(17)   
        54   53.9388849(15)     2.365(7)    
_________________________________________________________________________
25  Mn  55   54.9380496(14)     100           54.938049(9)      
_________________________________________________________________________
26  Fe  54   53.9396148(14)     5.845(35)     55.845(2)         
        56   55.9349421(15)     91.754(36)  
        57   56.9353987(15)     2.119(10)   
        58   57.9332805(15)     0.282(4)    
_________________________________________________________________________
27  Co  59   58.9332002(15)     100           58.933200(9)      
_________________________________________________________________________
28  Ni  58   57.9353479(15)     68.0769(89)   58.6934(2)        
        60   59.9307906(15)     26.2231(77) 
        61   60.9310604(15)     1.1399(6)   
        62   61.9283488(15)     3.6345(17)  
        64   63.9279696(16)     0.9256(9)   
_________________________________________________________________________
29  Cu  63   62.9296011(15)     69.17(3)      63.546(3)        r
        65   64.9277937(19)     30.83(3)    
_________________________________________________________________________
30  Zn  64   63.9291466(18)     48.63(60)     65.409(4)         
        66   65.9260368(16)     27.90(27)   
        67   66.9271309(17)     4.10(13)    
        68   67.9248476(17)     18.75(51)   
        70   69.925325(4)       0.62(3)     
_________________________________________________________________________
31  Ga  69   68.925581(3)       60.108(9)     69.723(1)        m
        71   70.9247050(19)     39.892(9)   
_________________________________________________________________________
32  Ge  70   69.9242504(19)     20.84(87)     72.64(1)         h
        72   71.9220762(16)     27.54(34)   
        73   72.9234594(16)     7.73(5)     
        74   73.9211782(16)     36.28(73)   
        76   75.9214027(16)     7.61(38)    
_________________________________________________________________________
33  As  75   74.9215964(18)     100           74.92160(2)       
_________________________________________________________________________
34  Se  74   73.9224766(16)     0.89(4)       78.96(3)         r
        76   75.9192141(16)     9.37(29)    
        77   76.9199146(16)     7.63(16)    
        78   77.9173095(16)     23.77(28)   
        80   79.9165218(20)     49.61(41)   
        82   81.9167000(22)     8.73(22)    
_________________________________________________________________________
35  Br  79   78.9183376(20)     50.69(7)      79.904(1)         
        81   80.916291(3)       49.31(7)    
_________________________________________________________________________
36  Kr  78   77.920386(7)       0.35(1)       83.798(2)        g,m,a
        80   79.916378(4)       2.28(6)     
        82   81.9134846(28)     11.58(14)   
        83   82.914136(3)       11.49(6)    
        84   83.911507(3)       57.00(4)    
        86   85.9106103(12)     17.30(22)   
_________________________________________________________________________
37  Rb  85   84.9117893(25)     72.17(2)      85.4678(3)       g
        87   86.9091835(27)     27.83(2)    
_________________________________________________________________________
38  Sr  84   83.913425(4)       0.56(1)       87.62(1)         g,r,f
        86   85.9092624(24)     9.86(1)     
        87   86.9088793(24)     7.00(1)     
        88   87.9056143(24)     82.58(1)    
_________________________________________________________________________
39  Y   89   88.9058479(25)     100           88.90585(2)       
_________________________________________________________________________
40  Zr  90   89.9047037(23)     51.45(40)     91.224(2)        g
        91   90.9056450(23)     11.22(5)    
        92   91.9050401(23)     17.15(8)    
        94   93.9063158(25)     17.38(28)   
        96   95.908276(3)       2.80(9)     
_________________________________________________________________________
41  Nb  93   92.9063775(24)     100           92.90638(2)       
_________________________________________________________________________
42  Mo  92   91.906810(4)       14.84(35)     95.94(2)         g
        94   93.9050876(20)     9.25(12)    
        95   94.9058415(20)     15.92(13)   
        96   95.9046789(20)     16.68(2)    
        97   96.9060210(20)     9.55(8)     
        98   97.9054078(20)     24.13(31)   
        100  99.907477(6)       9.63(23)    
_________________________________________________________________________
43  Tc  97   96.906365(5)                     [98]              
        98   97.907216(4)                   
        99   98.9062546(21)                 
_________________________________________________________________________
44  Ru  96   95.907598(8)       5.54(14)      101.07(2)        g
        98   97.905287(7)       1.87(3)     
        99   98.9059393(21)     12.76(14)   
        100  99.9042197(22)     12.60(7)    
        101  100.9055822(22)    17.06(2)    
        102  101.9043495(22)    31.55(14)   
        104  103.905430(4)      18.62(27)   
_________________________________________________________________________
45  Rh  103  102.905504(3)      100           102.90550(2)      
_________________________________________________________________________
46  Pd  102  101.905608(3)      1.02(1)       106.42(1)        g,r
        104  103.904035(5)      11.14(8)    
        105  104.905084(5)      22.33(8)    
        106  105.903483(5)      27.33(3)    
        108  107.903894(4)      26.46(9)    
        110  109.905152(12)     11.72(9)    
_________________________________________________________________________
47  Ag  107  106.905093(6)      51.839(8)     107.8682(2)      g
        109  108.904756(3)      48.161(8)   
_________________________________________________________________________
48  Cd  106  105.906458(6)      1.25(6)       112.411(8)       g
        108  107.904183(6)      0.89(3)     
        110  109.903006(3)      12.49(18)   
        111  110.904182(3)      12.80(12)   
        112  111.9027572(30)    24.13(21)   
        113  112.9044009(30)    12.22(12)   
        114  113.9033581(30)    28.73(42)   
        116  115.904755(3)      7.49(18)    
_________________________________________________________________________
49  In  113  112.904061(4)      4.29(5)       114.818(3)        
        115  114.903878(5)      95.71(5)    
_________________________________________________________________________
50  Sn  112  111.904821(5)      0.97(1)       118.710(7)       g
        114  113.902782(3)      0.66(1)     
        115  114.903346(3)      0.34(1)     
        116  115.901744(3)      14.54(9)    
        117  116.902954(3)      7.68(7)     
        118  117.901606(3)      24.22(9)    
        119  118.903309(3)      8.59(4)     
        120  119.9021966(27)    32.58(9)    
        122  121.9034401(29)    4.63(3)     
        124  123.9052746(15)    5.79(5)     
_________________________________________________________________________
51  Sb  121  120.9038180(24)    57.21(5)      121.760(1)       g
        123  122.9042157(22)    42.79(5)    
_________________________________________________________________________
52  Te  120  119.904020(11)     0.09(1)       127.60(3)        g,h
        122  121.9030471(20)    2.55(12)    
        123  122.9042730(19)    0.89(3)     
        124  123.9028195(16)    4.74(14)    
        125  124.9044247(20)    7.07(15)    
        126  125.9033055(20)    18.84(25)   
        128  127.9044614(19)    31.74(8)    
        130  129.9062228(21)    34.08(62)   
_________________________________________________________________________
53  I   127  126.904468(4)      100           126.90447(3)      
_________________________________________________________________________
54  Xe  124  123.9058958(21)    0.09(1)       131.293(6)       g,m
        126  125.904269(7)      0.09(1)     
        128  127.9035304(15)    1.92(3)     
        129  128.9047795(9)     26.44(24)   
        130  129.9035079(10)    4.08(2)     
        131  130.9050819(10)    21.18(3)    
        132  131.9041545(12)    26.89(6)    
        134  133.9053945(9)     10.44(10)   
        136  135.907220(8)      8.87(16)    
_________________________________________________________________________
55  Cs  133  132.905447(3)      100           132.90545(2)      
_________________________________________________________________________
56  Ba  130  129.906310(7)      0.106(1)      137.327(7)        
        132  131.905056(3)      0.101(1)    
        134  133.904503(3)      2.417(18)   
        135  134.905683(3)      6.592(12)   
        136  135.904570(3)      7.854(24)   
        137  136.905821(3)      11.232(24)  
        138  137.905241(3)      71.698(42)  
_________________________________________________________________________
57  La  138  137.907107(4)      0.090(1)      138.9055(2)      g
        139  138.906348(3)      99.910(1)   
_________________________________________________________________________
58  Ce  136  135.907140(50)     0.185(2)      140.116(1)       g,f
        138  137.905986(11)     0.251(2)    
        140  139.905434(3)      88.450(51)  
        142  141.909240(4)      11.114(51)  
_________________________________________________________________________
59  Pr  141  140.907648(3)      100           140.90765(2)      
_________________________________________________________________________
60  Nd  142  141.907719(3)      27.2(5)       144.24(3)        g,f
        143  142.909810(3)      12.2(2)     
        144  143.910083(3)      23.8(3)     
        145  144.912569(3)      8.3(1)      
        146  145.913112(3)      17.2(3)     
        148  147.916889(3)      5.7(1)      
        150  149.920887(4)      5.6(2)      
_________________________________________________________________________
61  Pm  145  144.912744(4)                    [145]             
        147  146.915134(3)                  
_________________________________________________________________________
62  Sm  144  143.911995(4)      3.07(7)       150.36(3)        g
        147  146.914893(3)      14.99(18)   
        148  147.914818(3)      11.24(10)   
        149  148.917180(3)      13.82(7)    
        150  149.917271(3)      7.38(1)     
        152  151.919728(3)      26.75(16)   
        154  153.922205(3)      22.75(29)   
_________________________________________________________________________
63  Eu  151  150.919846(3)      47.81(3)      151.964(1)       g
        153  152.921226(3)      52.19(3)    
_________________________________________________________________________
64  Gd  152  151.919788(3)      0.20(1)       157.25(3)        g
        154  153.920862(3)      2.18(3)     
        155  154.922619(3)      14.80(12)   
        156  155.922120(3)      20.47(9)    
        157  156.923957(3)      15.65(2)    
        158  157.924101(3)      24.84(7)    
        160  159.927051(3)      21.86(19)   
_________________________________________________________________________
65  Tb  159  158.925343(3)      100           158.92534(2)      
_________________________________________________________________________
66  Dy  156  155.924278(7)      0.06(1)       162.500(1)       g
        158  157.924405(4)      0.10(1)     
        160  159.925194(3)      2.34(8)     
        161  160.926930(3)      18.91(24)   
        162  161.926795(3)      25.51(26)   
        163  162.928728(3)      24.90(16)   
        164  163.929171(3)      28.18(37)   
_________________________________________________________________________
67  Ho  165  164.930319(3)      100           164.93032(2)      
_________________________________________________________________________
68  Er  162  161.928775(4)      0.14(1)       167.259(3)       g
        164  163.929197(4)      1.61(3)     
        166  165.930290(3)      33.61(35)   
        167  166.932045(3)      22.93(17)   
        168  167.932368(3)      26.78(26)   
        170  169.935460(3)      14.93(27)   
_________________________________________________________________________
69  Tm  169  168.934211(3)      100           168.93421(2)      
_________________________________________________________________________
70  Yb  168  167.933894(5)      0.13(1)       173.04(3)        g
        170  169.934759(3)      3.04(15)    
        171  170.936322(3)      14.28(57)   
        172  171.9363777(30)    21.83(67)   
        173  172.9382068(30)    16.13(27)   
        174  173.9388581(30)    31.83(92)   
        176  175.942568(3)      12.76(41)   
_________________________________________________________________________
71  Lu  175  174.9407679(28)    97.41(2)      174.967(1)       g
        176  175.9426824(28)    2.59(2)     
_________________________________________________________________________
72  Hf  174  173.940040(3)      0.16(1)       178.49(2)        f
        176  175.9414018(29)    5.26(7)     
        177  176.9432200(27)    18.60(9)    
        178  177.9436977(27)    27.28(7)    
        179  178.9458151(27)    13.62(2)    
        180  179.9465488(27)    35.08(16)   
_________________________________________________________________________
73  Ta  180  179.947466(3)      0.012(2)      180.9479(1)       
        181  180.947996(3)      99.988(2)   
_________________________________________________________________________
74  W   180  179.946706(5)      0.12(1)       183.84(1)         
        182  181.948206(3)      26.50(16)   
        183  182.9502245(29)    14.31(4)    
        184  183.9509326(29)    30.64(2)    
        186  185.954362(3)      28.43(19)   
_________________________________________________________________________
75  Re  185  184.9529557(30)    37.40(2)      186.207(1)        
        187  186.9557508(30)    62.60(2)    
_________________________________________________________________________
76  Os  184  183.952491(3)      0.02(1)       190.23(3)        g,r,f
        186  185.953838(3)      1.59(3)     
        187  186.9557479(30)    1.96(2)     
        188  187.9558360(30)    13.24(8)    
        189  188.9581449(30)    16.15(5)    
        190  189.958445(3)      26.26(2)    
        192  191.961479(4)      40.78(19)   
_________________________________________________________________________
77  Ir  191  190.960591(3)      37.3(2)       192.217(3)        
        193  192.962924(3)      62.7(2)     
_________________________________________________________________________
78  Pt  190  189.959930(7)      0.014(1)      195.078(2)        
        192  191.961035(4)      0.782(7)    
        194  193.962664(3)      32.967(99)  
        195  194.964774(3)      33.832(10)  
        196  195.964935(3)      25.242(41)  
        198  197.967876(4)      7.163(55)   
_________________________________________________________________________
79  Au  197  196.966552(3)      100           196.96655(2)      
_________________________________________________________________________
80  Hg  196  195.965815(4)      0.15(1)       200.59(2)         
        198  197.966752(3)      9.97(20)    
        199  198.968262(3)      16.87(22)   
        200  199.968309(3)      23.10(19)   
        201  200.970285(3)      13.18(9)    
        202  201.970626(3)      29.86(26)   
        204  203.973476(3)      6.87(15)    
_________________________________________________________________________
81  Tl  203  202.972329(3)      29.524(14)    204.3833(2)       
        205  204.974412(3)      70.476(14)  
_________________________________________________________________________
82  Pb  204  203.973029(3)      1.4(1)        207.2(1)         g,r,f
        206  205.974449(3)      24.1(1)     
        207  206.975881(3)      22.1(1)     
        208  207.976636(3)      52.4(1)     
_________________________________________________________________________
83  Bi  209  208.980383(3)      100           208.98038(2)      
_________________________________________________________________________
84  Po  209  208.982416(3)                    [209]             
        210  209.982857(3)                  
_________________________________________________________________________
85  At  210  209.987131(9)                    [210]             
        211  210.987481(4)                  
_________________________________________________________________________
86  Rn  211  210.990585(8)                    [222]             
        220  220.0113841(29)                
        222  222.0175705(27)                
_________________________________________________________________________
87  Fr  223  223.0197307(29)                  [223]             
_________________________________________________________________________
88  Ra  223  223.018497(3)                    [226]             
        224  224.0202020(29)                
        226  226.0254026(27)                
        228  228.0310641(27)                
_________________________________________________________________________
89  Ac  227  227.0277470(29)                  [227]             
_________________________________________________________________________
90  Th  230  230.0331266(22)                  232.0381(1)      g
        232  232.0380504(22)    100         
_________________________________________________________________________
91  Pa  231  231.0358789(28)    100           231.03588(2)      
_________________________________________________________________________
92  U   233  233.039628(3)                    238.02891(3)     g,m,r,d,f
        234  234.0409456(21)    0.0055(2)   
        235  235.0439231(21)    0.7200(51)  
        236  236.0455619(21)                
        238  238.0507826(21)    99.2745(106)
_________________________________________________________________________
93  Np  237  237.0481673(21)                  [237]             
        239  239.0529314(23)                
_________________________________________________________________________
94  Pu  238  238.0495534(21)                  [244]             
        239  239.0521565(21)                
        240  240.0538075(21)                
        241  241.0568453(21)                
        242  242.0587368(21)                
        244  244.064198(5)                  
_________________________________________________________________________
95  Am  241  241.0568229(21)                  [243]             
        243  243.0613727(23)                
_________________________________________________________________________
96  Cm  243  243.0613822(24)                  [247]             
        244  244.0627463(21)                
        245  245.0654856(29)                
        246  246.0672176(24)                
        247  247.070347(5)                  
        248  248.072342(5)                  
_________________________________________________________________________
97  Bk  247  247.070299(6)                    [247]             
        249  249.074980(3)                  
_________________________________________________________________________
98  Cf  249  249.074847(3)                    [251]             
        250  250.0764000(24)                
        251  251.079580(5)                  
        252  252.081620(5)                  
_________________________________________________________________________
99  Es  252  252.082970(50)                   [252]             
_________________________________________________________________________
100 Fm  257  257.095099(7)                    [257]             
_________________________________________________________________________
101 Md  256  256.094050(60)                   [258]             
        258  258.098425(5)                  
_________________________________________________________________________
102 No  259  259.10102(11)#                   [259]             
_________________________________________________________________________
103 Lr  262  262.10969(32)#                   [262]             
_________________________________________________________________________
104 Rf  261  261.10875(11)#                   [261]             
_________________________________________________________________________
105 Db  262  262.11415(20)#                   [262]             
_________________________________________________________________________
106 Sg  266  266.12193(31)#                   [266]             
_________________________________________________________________________
107 Bh  264  264.12473(30)#                   [264]             
_________________________________________________________________________
108 Hs  277                                   [277]             
_________________________________________________________________________
109 Mt  268  268.13882(34)#                   [268]             
_________________________________________________________________________
110 Uun 281                                   [281]             
_________________________________________________________________________
111 Uuu 272  272.15348(36)#                   [272]             
_________________________________________________________________________
112 Uub 285                                   [285]             
_________________________________________________________________________
                                                           
_________________________________________________________________________
114 Uuq 289                                   [289]             
_________________________________________________________________________
                                                           
_________________________________________________________________________
116 Uuh 292                                   [292]             
_________________________________________________________________________

