Deploy thephez/dash-docs to github.com/thephez/dash-docs.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI) 2018-01-25 14:49:26 +00:00
commit 391f4f5496
1080 changed files with 220436 additions and 0 deletions

View file

@ -0,0 +1,29 @@
digraph {
size=6.25;
rankdir=TB
//splines = ortho;
ranksep = 0.0;
nodesep = 0.0;
edge [ penwidth = 1.75, fontname="Sans" ]
node [ penwidth = 1.75, shape = "none", fontname="Sans", width = 0, height = 0]
graph [ penwidth = 0, fontname="Sans" ]
nbits [ label = "0x181bc330 → \n \nnBits In\nBig-Endian\nOrder" ];
significand [ label = "0x1bc330\n \nSignificand\n(Mantissa)\n " ];
times [ label = "*\n \n \n \n " ];
base [ label = "256\n \nBase\n \n " ];
exp [ label = "^\n \n \n \n " ];
exponent [ label = "(0x18\n \nExponent\n \n " ];
minus [ label = "-\n \n \n \n " ];
negative [ label = "3)\n \nBytes\nIn\nSignificand" ];
base -> result [ style = "invis" ];
result [ label = "Result: 0x1bc330000000000000000000000000000000000000000000 " ];
label = "Converting nBits Into A Target Threshold"
}